jsoncutil/Cargo.toml

11 lines
199 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"
clap = { version = "4.5.16", features = ["derive"] }
fjson = "0.3.1"
notify-debouncer-mini = "0.4.1"