poe2-loot-filter-iced/Cargo.toml
2024-12-24 08:27:15 +09:00

13 lines
249 B
TOML

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