aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 50bcb84..edc70f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[package]
-name = "para"
+name = "para-cli"
version = "0.1.0"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
@@ -10,7 +10,10 @@ repository = "https://github.com/Usugata/para"
license = "MIT"
keywords = ["ppm", "nintendo-hacking", "flipnote", "flipnotestudio", "nintendo-dsi"]
categories = ["encoding"]
-publish = false
+
+[[bin]]
+name = "para"
+path = "src/main.rs"
# Slower builds, faster executables
[profile.release]