File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22name = " htmlsnob_lsp"
33version = { workspace = true }
44edition = { 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 ]
713htmlsnob = { path = " ../htmlsnob" }
Original file line number Diff line number Diff line change 22name = " htmlsnob_rules"
33version = { workspace = true }
44edition = { 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 " }
814serde = { version = " 1.0" , features = [" derive" ] }
915regex = " 1.11.1"
Original file line number Diff line number Diff line change 22name = " htmlsnob_runner"
33version = { workspace = true }
44edition = { 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 ]
713clap = { version = " 4.5.35" , features = [" derive" ] }
814glob = " 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 " }
You can’t perform that action at this time.
0 commit comments