Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Rework grouping logic to index by day, month or yr
Browse files Browse the repository at this point in the history
- rename env var to RUST_LEDGER_FILE
- update dependencies
- README updates
  • Loading branch information
Eric Crowder committed Sep 12, 2021
1 parent b4b5af7 commit d9efd19
Show file tree
Hide file tree
Showing 6 changed files with 294 additions and 182 deletions.
144 changes: 86 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust_ledger"
version = "0.7.0"
version = "0.8.0"
authors = ["Eric Crowder <[email protected]>"]
edition = "2018"
license = "GPL-3.0"
Expand All @@ -12,13 +12,13 @@ homepage = "https://github.com/ebcrowder/rust_ledger"
readme = "README.md"

[dependencies]
serde_yaml = "0.8.17"
serde = { version = "1.0.123", features = ["derive"] }
csv = "1.1.5"
serde_yaml = "0.8.20"
serde = { version = "1.0.130", features = ["derive"] }
csv = "1.1.6"
rusty-money = "0.4.1"
chrono = { version = "0.4.19", features = ["serde"] }
clap = "2.33.3"
prettytable-rs = "0.8"

[dev-dependencies]
assert_cmd = "1.0.3"
assert_cmd = "2.0.0"
Loading

0 comments on commit d9efd19

Please sign in to comment.