diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" |