From d4d03e2f6c495858faeb1560754a6f34a62e76d1 Mon Sep 17 00:00:00 2001 From: troido Date: Thu, 24 Jan 2019 18:39:20 +0100 Subject: git repo for rust version of asciifarm --- Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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 "] +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" + -- cgit