jsoncutil/Cargo.toml

12 lines
222 B
TOML
Raw Normal View History

2024-09-02 14:12:14 -04:00
[package]
name = "jsoncutil"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.86"
2024-09-02 14:37:48 -04:00
atomicwrites = "0.4.3"
2024-09-02 14:12:14 -04:00
clap = { version = "4.5.16", features = ["derive"] }
fjson = "0.3.1"
notify-debouncer-mini = "0.4.1"