[package] name = "ted-tui" version = "0.5.0" authors = ["Robin Stumm "] license = "Apache-2.0" description = "Terminal text editor." repository = "https://nest.pijul.com/dermetfan/ted" [dependencies] log = "~0.4.1" env_logger = "~0.5.6" cursive = "~0.8.1" frappe = "~0.3.1" syntect = "~2.0.0" enumset = "~0.3.3" unicode-width = "~0.1.4" unicode-segmentation = "~1.2.0" over = "~0.6.3" either = "~1.5.0" [dependencies.ted] path = ".." version = "~0.7.0" [[bin]] name = "ted" path = "src/main.rs"