summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2019-01-24 18:39:20 +0100
committertroido <troido@protonmail.com>2019-01-24 18:39:20 +0100
commitd4d03e2f6c495858faeb1560754a6f34a62e76d1 (patch)
treea85dd15ec17d8d7f2b892bd14ec1065fd962a16b /Cargo.toml
git repo for rust version of asciifarm
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..2ceed55
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,15 @@
+[package]
+name = "asciifarm"
+version = "0.1.0"
+authors = ["troido <troido@protonmail.com>"]
+edition = "2018"
+
+[dependencies]
+mio-uds = "0.6"
+mio = "0.6"
+slab = "0.4.2"
+nix = "0.13"
+libc = "0.2"
+users = "0.8"
+json = "0.11.13"
+