Apographe/Cargo.toml
2024-11-11 20:27:06 +01:00

10 lines
212 B
TOML

[package]
name = "Apographe"
version = "0.1.0"
edition = "2021"
[dependencies]
iced = {version = "0.13", features = ["highlighter", "tokio", "debug"]}
tokio = {version = "1.41", features = ["fs"]}
rfd = "0.13"