[package] name = "basti" version = "0.0.1" edition = "2021" authors = ["Yannick Rehberger "] license = "GPL-3.0-only" description = "Simple tool to group and interpret your bank account statements" readme = "README.md" homepage = "https://github.com/ityreh/basti" repository = "https://github.com/ityreh/basti" keywords = ["cli", "finance"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.70" clap = { version = "4.2.1", features = ["derive"] } env_logger = "0.10.0" indicatif = "0.17.3" log = "0.4.17" [dev-dependencies] assert_cmd = "2.0.10" assert_fs = "1.0.12" predicates = "3.0.2"