diff --git a/Cargo.toml b/Cargo.toml index d0451d2..096a500 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,9 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[[bin]] +name = "crystal-jade" +path = "src/main.rs" [dependencies] clap = {version = "3.1.10", features = ["derive"] }