iced/examples/editor/Cargo.toml
Héctor Ramón Jiménez 73e7cf16e3
Update rfd to 0.13
2024-01-15 23:51:46 +01:00

15 lines
284 B
TOML

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