From a65f7591894f67021df3490c07ab7e75627e476e Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 5 Oct 2019 21:54:27 +0200 Subject: Initial version 0.1.0 --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..6cf0f55 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[package] +authors = ["Igor Pashev "] +license = "WTFPL" +name = "frotate" +version = "0.1.0" + +[dependencies] +chrono = { version = "0.4", features = ["serde"] } +docopt = "1" +serde = { version = "1", features = ["derive"] } -- cgit v1.2.3