diff options
| author | Fuwn <[email protected]> | 2021-06-02 20:18:12 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-02 20:18:12 +0000 |
| commit | 95fb0f956fd5cfacec3f7c69d6a10fcec3c95236 (patch) | |
| tree | b84950ef38d21b20058bd6e0d700f2da842f90fe /crates/whirl_server/Cargo.toml | |
| parent | Merge pull request #38 from Whirlsplash/renovate/tokio-1.x (diff) | |
| download | whirl-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.toml | 1 |
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" |