[package] name = "cylun" version = "0.1.0" description = "A terminal-based editor written in Rust." repository = "https://github.com/Shenggan/cylun/" authors = ["chengshenggan "] keywords = ["editor", "terminal-based"] license = "MIT" readme = "README.md" include = [ "Cargo.toml", "LICENSE", "src/**/*" ] [dependencies] nix = "0.11.0"