Skip to content

Commit

Permalink
chore: add metadata for extra crates
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Nov 4, 2022
1 parent 41f7b5f commit 00e3c4f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions crates/swc-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
7 changes: 5 additions & 2 deletions crates/tailwind-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 00e3c4f

Please sign in to comment.