diff --git a/crates/stef-cli/Cargo.toml b/crates/stef-cli/Cargo.toml index b418934..648a3fc 100644 --- a/crates/stef-cli/Cargo.toml +++ b/crates/stef-cli/Cargo.toml @@ -9,6 +9,10 @@ homepage.workspace = true repository.workspace = true license.workspace = true +[[bin]] +name = "stef" +path = "src/main.rs" + [dependencies] clap = { version = "4.4.6", features = ["derive", "wrap_help"] } color-eyre.workspace = true