[package] name = "skysh" version = "0.8.1" authors = ["Sayan Nandan "] edition = "2021" description = "The Skytable Shell (skysh)" build = "build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] libsky = { path = "../libsky" } [dependencies] # internal deps libsky = { path = "../libsky" } skytable = { git = "https://github.com/skytable/client-rust.git" } # external deps crossterm = "0.27.0" rustyline = "14.0.0"