aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2020-06-22 20:03:53 +0200
committerTeddy Wing2020-06-22 20:03:53 +0200
commit4bfce426b7f7d0136bbff85865a8767ce587faea (patch)
tree275968639621291ea8a37f0c00a5085200990f51 /Cargo.toml
downloadfastcgi-conduit-4bfce426b7f7d0136bbff85865a8767ce587faea.tar.bz2
Initialise new Rust v1.44.1 project
Created with: $ cargo init --lib
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..8620d96
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "fcgi-rs"
+version = "0.0.1"
+edition = "2018"
+
+[dependencies]