aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMarcin Puc <tranzystorek.io@protonmail.com>2022-09-26 21:54:07 +0000
committerMarcin Puc <tranzystorek.io@protonmail.com>2022-09-26 21:54:07 +0000
commitff4b514da4d368552b3617fa80d7beea7da29b6c (patch)
tree3d731da612c6c09b53b4831ca96ab76d9cf9bc0c /Cargo.toml
parentBump deps (diff)
downloadminiserve-ff4b514da4d368552b3617fa80d7beea7da29b6c.tar.gz
miniserve-ff4b514da4d368552b3617fa80d7beea7da29b6c.zip
Remove unused clap2 dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 90e5f8d..8f90a8d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -83,4 +83,4 @@ url = "2"
fake-tty = "0.3.1"
[build-dependencies]
-grass = "0.11"
+grass = { version = "0.11", default-features = false }