From de081d7b1d0b791b2e61f9cde7369ea11647e0ae Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Fri, 5 Jul 2019 22:45:57 -0400 Subject: an @-sign in a box --- Cargo.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 000000000000..c08edfe8fd4f --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,21 @@ +[package] +name = "xanthous" +version = "0.1.0" +authors = ["Griffin Smith "] +edition = "2018" + +[dependencies] +config = "*" +itertools = "*" +lazy_static = "*" +log = "*" +log4rs = "*" +proptest = "0.9.3" +proptest-derive = "*" +serde = "^1.0.8" +serde_derive = "^1.0.8" +termion = "*" +clap = {version = "^2.33.0", features = ["yaml"]} +prettytable-rs = "^0.8" + +[dev-dependencies] -- cgit 1.4.1