diff options
| author | Fuwn <[email protected]> | 2022-03-23 06:01:24 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-23 06:01:24 +0000 |
| commit | 247aa21c2379da8dfedaf0c743305f65f37b196b (patch) | |
| tree | 028c9ccbcfcd9c457b44bd7b86eeb3e8bc46a077 | |
| parent | docs(readme): update bench stats (diff) | |
| download | para-247aa21c2379da8dfedaf0c743305f65f37b196b.tar.xz para-247aa21c2379da8dfedaf0c743305f65f37b196b.zip | |
docs(meta): prep for crates.io
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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] |