mirror of
https://github.com/lexmount/moli.git
synced 2026-09-23 16:01:25 +00:00
15 lines
242 B
TOML
15 lines
242 B
TOML
[package]
|
|
license.workspace = true
|
|
name = "moli-css-parse"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
cssparser = "0.37"
|
|
stylo = "0.20"
|
|
style_traits = { package = "stylo_traits", version = "0.20" }
|
|
url = "2"
|
|
|
|
[lints]
|
|
workspace = true
|