diff options
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -83,4 +83,4 @@ url = "2" fake-tty = "0.3.1" [build-dependencies] -grass = "0.11" +grass = { version = "0.11", default-features = false } |
![]() |
index : miniserve | |
For when you really just want to serve some files over HTTP right now! | rustc |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Cargo.toml | 2 |
@@ -83,4 +83,4 @@ url = "2" fake-tty = "0.3.1" [build-dependencies] -grass = "0.11" +grass = { version = "0.11", default-features = false } |