aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e96da7a..682fdab 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,8 +46,6 @@ actix-multipart = "0.3.0"
actix-rt = "1.1.1"
actix-web-httpauth = "0.5.0"
mime = "0.3"
-grass = "0.10.3"
-lazy_static = "1.4.0"
[dev-dependencies]
assert_cmd = "1.0"
@@ -58,3 +56,6 @@ rstest = "0.6"
regex = "1.3.9"
pretty_assertions = "0.6"
url = "2.1"
+
+[build-dependencies]
+grass = "0.10.3"