diff --git a/Cargo.toml b/Cargo.toml index 5f9e192..501675b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "cargo-embassy" -version = "0.1.0" +version = "0.2.0" edition = "2021" license-file = "LICENSE" description = "Get up and running with Embassy in seconds." repository = "https://github.com/AdinAck/cargo-embassy" - +categories = ["no-std", "embedded", "embassy", "cli"] [dependencies] Inflector = "0.11.4"