update Cargo.toml to support new CLI bin
This commit is contained in:
parent
90810474c5
commit
028c5eeb36
1 changed files with 4 additions and 0 deletions
|
|
@ -11,3 +11,7 @@ serde_json = "1.0.140"
|
||||||
thiserror = "2.0.12"
|
thiserror = "2.0.12"
|
||||||
tokio = { version = "1.44.1", features = ["full"] }
|
tokio = { version = "1.44.1", features = ["full"] }
|
||||||
toml = "0.8.20"
|
toml = "0.8.20"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name="cli"
|
||||||
|
path="src/bin/cli.rs"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue