dotfiles/bin/rewritten_in_rust/Cargo.toml

21 lines
416 B
TOML
Raw Normal View History

2022-12-20 16:06:22 -07:00
[package]
name = "config_scripts"
version = "0.1.0"
edition = "2021"
authors = ["Akemi Izuko"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "prettify_bash_history"
path = "src/prettify_bash_history.rs"
2022-12-20 16:22:57 -07:00
[[bin]]
name = "sway_tree"
path = "src/sway_tree.rs"
2022-12-20 16:06:22 -07:00
[dependencies]
clap = { version = "4", features = ["derive"] }
chrono = "0.4"
regex = "1"