svg-filters: init

This commit is contained in:
Schrottkatze 2024-03-15 16:44:47 +01:00
commit 69f0baf425
No known key found for this signature in database
25 changed files with 445 additions and 1 deletions

View file

@ -0,0 +1,15 @@
[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"
petgraph = "0.6.4"
quick-xml = { version = "0.31.0", features = ["serialize"] }
[lints]
workspace = true