summaryrefslogblamecommitdiffstats
path: root/examples/editor/Cargo.toml
blob: eeb34aa117f53acd92c7ae9eb9b6f2d10c59eb83 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                        
                                              
 




                       
[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", "tokio", "debug"]

tokio.workspace = true
tokio.features = ["fs"]

syntect = "5.1"
rfd = "0.12"