Skip to content

Commit

Permalink
Add author keywords and categories
Browse files Browse the repository at this point in the history
  • Loading branch information
basro committed Jan 12, 2024
1 parent 6fa5807 commit 40b45b0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ stylance-core = { path = "./internal/stylance-core", version = "0.0.7" }
stylance-macros = { path = "./internal/stylance-macros", version = "0.0.7" }

[workspace.package]
authors = ["Mario Carbajal"]
version = "0.0.7"
license = "MIT OR Apache-2.0"
repository = "https://github.com/basro/stylance-rs"
readme = "README.md"
keywords = ["css", "css-modules", "scss", "web"]
categories = ["web-programming"]
3 changes: 3 additions & 0 deletions stylance-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
[package]
name = "stylance-cli"
edition = "2021"
authors.workspace = true
version.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
readme = "README.md"
description = "Cli tool for bundling stylance scoped CSS files."

Expand Down
4 changes: 4 additions & 0 deletions stylance/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
[package]
name = "stylance"
edition = "2021"
authors.workspace = true
version.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true
keywords.workspace = true
categories.workspace = true
description = "Scoped CSS for rust projects"
documentation = "https://docs.rs/stylance"

[lib]
doctest = false
Expand Down

0 comments on commit 40b45b0

Please sign in to comment.