update Cargo.toml to support new CLI bin

This commit is contained in:
sigil-03 2025-04-17 18:34:11 -06:00
parent 90810474c5
commit 028c5eeb36

View file

@ -11,3 +11,7 @@ serde_json = "1.0.140"
thiserror = "2.0.12"
tokio = { version = "1.44.1", features = ["full"] }
toml = "0.8.20"
[[bin]]
name="cli"
path="src/bin/cli.rs"