iced-yoda/examples/editor/Cargo.toml
2025-11-20 00:42:56 +01:00

15 lines
292 B
TOML

[package]
name = "editor"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector@hecrj.dev>"]
edition = "2024"
publish = false
[dependencies]
iced.workspace = true
iced.features = ["highlighter", "tokio", "debug"]
tokio.workspace = true
tokio.features = ["fs"]
rfd.workspace = true