aboutsummaryrefslogtreecommitdiff
path: root/crates/whirl_server/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-06-02 20:18:12 +0000
committerFuwn <[email protected]>2021-06-02 20:18:12 +0000
commit95fb0f956fd5cfacec3f7c69d6a10fcec3c95236 (patch)
treeb84950ef38d21b20058bd6e0d700f2da842f90fe /crates/whirl_server/Cargo.toml
parentMerge pull request #38 from Whirlsplash/renovate/tokio-1.x (diff)
downloadwhirl-95fb0f956fd5cfacec3f7c69d6a10fcec3c95236.tar.xz
whirl-95fb0f956fd5cfacec3f7c69d6a10fcec3c95236.zip
refactor(server): use enum for command types
Diffstat (limited to 'crates/whirl_server/Cargo.toml')
-rw-r--r--crates/whirl_server/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml
index bef599a..1697faf 100644
--- a/crates/whirl_server/Cargo.toml
+++ b/crates/whirl_server/Cargo.toml
@@ -20,6 +20,7 @@ log = "0.4.14"
# Utility
async-trait = "0.1.50"
num-traits = "0.2.14"
+num-derive = "0.3.3"
# Byte Manipulation
bytes = "1.0.1"