summaryrefslogtreecommitdiffstats
path: root/examples/editor/Cargo.toml
blob: 930ee592b36b216c21f0aedd7ad72fcceaf84fd6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[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 = ["advanced", "debug"]

syntect = "5.1"