diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 15 |
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" + |
