iowo/crates/svg-filters/Cargo.toml

16 lines
343 B
TOML
Raw Normal View History

2024-03-15 15:44:47 +00:00
[package]
name = "svg-filters"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
csscolorparser = "0.6.2"
indexmap = "2.2.5"
2024-04-02 22:08:00 +00:00
petgraph = { workspace = true }
2024-03-15 15:44:47 +00:00
quick-xml = { version = "0.31.0", features = ["serialize"] }
[lints]
workspace = true