Skip to content

Commit

Permalink
fix: include needed metadata for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Dec 15, 2024
1 parent 4237fdc commit ed06230
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/csslsrs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
name = "csslsrs"
description = "Language service for CSS, providing features like completions, hover, and folding ranges."
license = "MIT"
version = "0.1.0"
edition = "2021"
include = ["data", "src"]

[lib]
crate-type = ["cdylib", "rlib"]
Expand All @@ -23,7 +26,7 @@ rustc-hash = "2.0.0"
palette = { git = "https://github.com/Ogeon/palette/", rev = "234309cdd2f96ac04f034f963c018b98065dcfd1", version = "0.7.6" }

[dev-dependencies]
criterion = { package = "codspeed-criterion-compat", version = "*" }
criterion = { package = "codspeed-criterion-compat", version = "2.7.2" }

[[bench]]
name = "bench_main"
Expand Down
2 changes: 2 additions & 0 deletions crates/weblsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name = "weblsp"
version = "0.1.0"
edition = "2021"
description = "Language server for the web."
license = "MIT"

[dependencies]
lsp-server = "0.7.7"
Expand Down

0 comments on commit ed06230

Please sign in to comment.