diff --git a/Cargo.toml b/Cargo.toml index bf23c38..70f4958 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" \ No newline at end of file