aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2020-06-23 01:17:41 +0200
committerTeddy Wing2020-06-23 01:17:41 +0200
commit80c075cbfa0a311f7cd0d156d66e424a6ef3d1f5 (patch)
treed747497bd4f4310447d1d456781630f69f8a5475 /Cargo.toml
parentc41a74411e155dc4e6caaec574786890470ef986 (diff)
downloadfastcgi-conduit-80c075cbfa0a311f7cd0d156d66e424a6ef3d1f5.tar.bz2
Rename crate to `fcgi`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9885d5f..69249f6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "fcgi-rs"
+name = "fcgi"
version = "0.0.1"
edition = "2018"