diff options
author | Teddy Wing | 2020-06-22 20:03:53 +0200 |
---|---|---|
committer | Teddy Wing | 2020-06-22 20:03:53 +0200 |
commit | 4bfce426b7f7d0136bbff85865a8767ce587faea (patch) | |
tree | 275968639621291ea8a37f0c00a5085200990f51 /Cargo.toml | |
download | fastcgi-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.toml | 6 |
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] |