diff --git a/fishctl/Cargo.toml b/fishctl/Cargo.toml index 920b414..4adfe62 100644 --- a/fishctl/Cargo.toml +++ b/fishctl/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "fishctl" description = "CLI tool for configuring Firefish" -version = "0.1.0-alpha.1" -rust-version = "1.74" -edition = "2021" license = "MIT OR Apache-2.0" +edition = "2021" +rust-version = "1.74" +version = "0.1.0-alpha.1" [dependencies] macros = { workspace = true } diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 7112f6a..90ce229 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "macros" -version = "0.1.0" -edition = "2021" -license = "MIT OR Apache-2.0" publish = false +license = "MIT OR Apache-2.0" +edition = "2021" +version = "0.1.0" [lib] proc-macro = true