diff options
Diffstat (limited to 'budget/Cargo.toml')
-rw-r--r-- | budget/Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
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 <contact@yaroslavps.com>"] +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" |