aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-22 23:01:24 -0700
committerFuwn <[email protected]>2022-03-22 23:01:24 -0700
commit2cc9a7428e89f5d5f962267cb1d560c09644cddd (patch)
tree028c9ccbcfcd9c457b44bd7b86eeb3e8bc46a077
parent5104be20f4735948a6a93f6437819e109dec20a1 (diff)
downloadpara-2cc9a7428e89f5d5f962267cb1d560c09644cddd.tar.xz
para-2cc9a7428e89f5d5f962267cb1d560c09644cddd.zip
docs(meta): prep for crates.io
-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]