diff --git a/crates/swc-utils/Cargo.toml b/crates/swc-utils/Cargo.toml index 8c4d579..583a6b3 100644 --- a/crates/swc-utils/Cargo.toml +++ b/crates/swc-utils/Cargo.toml @@ -1,7 +1,10 @@ [package] -name = "swc-utils" -version = "0.1.0" +description = "Some basic SWC utils" edition = "2021" +license = "MIT OR Apache-2.0" +name = "stailwc-swc-utils" +repository = "https://github.com/arlyon/stailwc" +version = "0.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/tailwind-config/Cargo.toml b/crates/tailwind-config/Cargo.toml index abbc736..fce2ebc 100644 --- a/crates/tailwind-config/Cargo.toml +++ b/crates/tailwind-config/Cargo.toml @@ -1,7 +1,10 @@ [package] -name = "tailwind-config" -version = "0.1.0" +description = "Type definitions for the tailwind config file" edition = "2021" +license = "MIT OR Apache-2.0" +name = "tailwind-config" +repository = "https://github.com/arlyon/stailwc" +version = "0.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html