diff --git a/Cargo.toml b/Cargo.toml index 05a0854..14db2eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,10 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[[bin]] +name = "pride" +path = "src/main.rs" + [dependencies] pico-args = "0.5.0" termion = "2.0.1"