diff options
author | Teddy Wing | 2020-06-22 20:13:04 +0200 |
---|---|---|
committer | Teddy Wing | 2020-06-22 20:13:04 +0200 |
commit | 1f379b4cfa7c05f8f3429ddd666b1b9054020937 (patch) | |
tree | 2675dddc0f1807ee687cb1e6c272ef93bf2839ca /Cargo.toml | |
parent | 4bfce426b7f7d0136bbff85865a8767ce587faea (diff) | |
download | fastcgi-conduit-1f379b4cfa7c05f8f3429ddd666b1b9054020937.tar.bz2 |
Cargo.toml: Add 'fastcgi' and 'http' dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,3 +4,5 @@ version = "0.0.1" edition = "2018" [dependencies] +fastcgi = "1.0.0" +http = "0.2.1" |