Files
zoeae/Cargo.toml
T

12 lines
298 B
TOML
Raw Normal View History

[package]
name = "zoeae"
2026-01-24 20:52:54 -06:00
version = "0.0.0"
edition = "2024"
[dependencies]
2026-01-24 20:48:33 -06:00
iced = { version = "0.14.0", features = ["image", "markdown", "highlighter", "tokio"] }
rfd = "0.17.1"
tokio = { version ="1.49.0", features = ["fs"] }
uuid = { version = "1.19.0", features = ["v4"] }
2026-02-26 05:03:36 -06:00
webbrowser = "1.1.0"