summaryrefslogtreecommitdiffstats
path: root/examples/editor/Cargo.toml
blob: 598d8f28acbb3f23e034870908fa4bec437d7e17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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 = "0.13"