diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,9 +1,13 @@ [package] -name = "fcgi" +name = "fastcgi-conduit" version = "0.0.1" edition = "2018" [dependencies] +conduit = "0.9.0-alpha.2" +conduit-router = "0.9.0-alpha.2" fastcgi = "1.0.0" http = "0.2.1" Inflector = "0.11.4" +log = "0.4.8" +snafu = "0.6.8" |