[package] name = "slacs-core" version = "0.0.0" description = "An editor for the extensible." license = "GPL-3.0" homepage = "https://github.com/shymega/slacs" repository = "https://github.com/shymega/slacs.git" keywords = ["editor", "framework", "text"] readme = "../README.md" authors = ["Dom Rodriguez "] [[bin]] name = "slacs" path = "src/slacs/main.rs" [features] default=[] [dependencies] slog = "0.7.0" slog-json = "0.7.0" slog-term = "0.7.0" serde = "0.8.1" serde_json = "0.8.1" xi-rope = "0.1.0" xi-unicode = "0.0.1" docopt = "0.6.82" gapbuffer= "0.1.1"