iced-yoda/examples/editor/Cargo.toml

16 lines
284 B
TOML
Raw Normal View History

[package]
name = "editor"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector@hecrj.dev>"]
2025-02-21 01:28:47 +01:00
edition = "2024"
publish = false
[dependencies]
iced.workspace = true
iced.features = ["highlighter", "tokio", "debug"]
tokio.workspace = true
tokio.features = ["fs"]
2024-01-15 23:51:46 +01:00
rfd = "0.13"