lang: basic parser

This commit is contained in:
Schrottkatze 2024-04-03 00:08:00 +02:00
commit ca84af4e1b
No known key found for this signature in database
11 changed files with 362 additions and 33 deletions

View file

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
csscolorparser = "0.6.2"
indexmap = "2.2.5"
petgraph = "0.6.4"
petgraph = { workspace = true }
quick-xml = { version = "0.31.0", features = ["serialize"] }
[lints]