Skip to content

Commit 33e5515

Browse files
committed
update with version
1 parent 6ced750 commit 33e5515

3 files changed

Lines changed: 21 additions & 3 deletions

File tree

htmlsnob_lsp/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "htmlsnob_lsp"
33
version = { workspace = true }
44
edition = { workspace = true }
5+
authors = { workspace = true }
6+
description = { workspace = true }
7+
license = { workspace = true }
8+
documentation = { workspace = true }
9+
readme = { workspace = true }
10+
repository = { workspace = true }
511

612
[dependencies]
713
htmlsnob = { path = "../htmlsnob" }

htmlsnob_rules/Cargo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22
name = "htmlsnob_rules"
33
version = { workspace = true }
44
edition = { workspace = true }
5+
authors = { workspace = true }
6+
description = { workspace = true }
7+
license = { workspace = true }
8+
documentation = { workspace = true }
9+
readme = { workspace = true }
10+
repository = { workspace = true }
511

612
[dependencies]
7-
htmlsnob = { path = "../htmlsnob" }
13+
htmlsnob = { path = "../htmlsnob", version = "0.1.1" }
814
serde = { version = "1.0", features = ["derive"] }
915
regex = "1.11.1"

htmlsnob_runner/Cargo.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22
name = "htmlsnob_runner"
33
version = { workspace = true }
44
edition = { workspace = true }
5+
authors = { workspace = true }
6+
description = { workspace = true }
7+
license = { workspace = true }
8+
documentation = { workspace = true }
9+
readme = { workspace = true }
10+
repository = { workspace = true }
511

612
[dependencies]
713
clap = { version = "4.5.35", features = ["derive"] }
814
glob = "0.3.2"
9-
htmlsnob = { path = "../htmlsnob" }
10-
htmlsnob_rules = { path = "../htmlsnob_rules" }
15+
htmlsnob = { path = "../htmlsnob", version = "0.1.1" }
16+
htmlsnob_rules = { path = "../htmlsnob_rules", version = "0.1.1" }

0 commit comments

Comments
 (0)