diff options
| author | Fuwn <[email protected]> | 2022-01-14 17:10:41 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-14 17:10:41 +0000 |
| commit | 4846547bdfb09c82e273cbc49541a2ed328e144d (patch) | |
| tree | f45f558968c10e1f320e9760b8f40d65610ff2f0 /crates/whirl_api | |
| parent | chore(whirl_api): update axum finally (diff) | |
| download | whirl-4846547bdfb09c82e273cbc49541a2ed328e144d.tar.xz whirl-4846547bdfb09c82e273cbc49541a2ed328e144d.zip | |
chore: remove unused deps
Diffstat (limited to 'crates/whirl_api')
| -rw-r--r-- | crates/whirl_api/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 27c93a3..86f455d 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -22,7 +22,6 @@ sysinfo = "0.20.4" whirl_common = { path = "../whirl_common" } tokio = { version = "1.12.0", features = ["full"] } num-traits = "0.2.14" -qstring = "0.7.2" # Serialization serde = "1.0.130" |