jsoncutil/Cargo.toml
2024-09-02 14:12:14 -04:00

11 lines
199 B
TOML

[package]
name = "jsoncutil"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.16", features = ["derive"] }
fjson = "0.3.1"
notify-debouncer-mini = "0.4.1"