From 408b0ac993496b108ec1e479151d549e9535051a Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Mon, 5 Oct 2020 21:20:59 +0300 Subject: initial commit --- budget/Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 budget/Cargo.toml (limited to 'budget/Cargo.toml') diff --git a/budget/Cargo.toml b/budget/Cargo.toml new file mode 100644 index 0000000..4c1c63e --- /dev/null +++ b/budget/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "budget" +version = "0.1.0" +authors = ["Yaroslav "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +serde = { version = "1.0", features = ["derive"] } +toml = "0.5" +chrono = "0.4" -- cgit v1.2.3