[package] name = "budget" version = "0.7.0" authors = ["Chris Davison "] edition = "2018" license = "GPL-3.0-only" description = "Summarise budget/finance information with file-per-finance" repository = "https://github.com/chrisdavison/budget" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] shellexpand = "1.0" structopt = "0.3.3" regex = "1" glob = "0.3.0" lazy_static = "1.4.0" tagsearch = "0.13.0"