poe2-loot-filter-iced/Cargo.toml
2024-12-25 04:04:17 +09:00

15 lines
362 B
TOML

[package]
name = "poe2-loot-filter-iced"
version = "0.1.0"
edition = "2021"
[dependencies]
config = "0.15.4"
iced = { version = "0.13.1", features = ["debug"] }
itertools = "0.13.0"
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.134"
strum_macros = "0.26.4"
typetag = "0.2.19"
uuid = { version = "1.11.0", features = ["v4", "serde"] }