blob: a77b1e9f016bb655c4ac7490e4eead1c2bab171e (
plain) (
tree)
|
|
[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"]
syntect = "5.1"
rfd = "0.12"
|