[package] name = "hrtor" authors = ["haruki7049 "] version = "0.1.0" description = "A scalable line editor" edition = "2021" license = "MIT" readme = "README.md" homepage = "https://github.com/haruki7049/hrtor" repository = "https://github.com/haruki7049/hrtor" keywords = ["editor", "text-editor"] categories = ["Text editors"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.4.7", features = ["derive"] } linefeed = "0.6.0" rlua = "0.19.7"