[package] name = "neu" version = "0.0.0" authors = ["Satoshi Amemiya "] edition = "2018" description = "vi like text editor" license = "Unlicense" [dependencies] async-trait = "0.1.48" clap = "3.0.0-beta.2" nom = "6.1.2" smol = "1.2.5" termion = "1.5.6" xi-rope = "0.3.0" xtra = { version = "0.5.1", features = ["with-smol-1"] }