From 4b062197e6dd67311e7cfb2c05f28e20c6809daa Mon Sep 17 00:00:00 2001 From: syn Date: Fri, 27 Dec 2019 10:19:55 +0300 Subject: Something is done --- 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..e726855 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "evr" +version = "0.1.0" +authors = ["syn "] +edition = "2018" + + +[dependencies] +clap = "2.33" +structopt = "0.3" +serde = "1" +toml = "0.5" +serde_derive = "1" +log = "0.4" +env_logger = "0.7.1" -- cgit v1.2.1-18-gbd029