From 247aa21c2379da8dfedaf0c743305f65f37b196b Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 23 Mar 2022 06:01:24 +0000 Subject: docs(meta): prep for crates.io --- Cargo.toml | 7 +++++-- 1 file 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 "] 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] -- cgit v1.2.3