You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
512 B
TOML

[package]
name = "skysh"
version = "0.8.1"
authors = ["Sayan Nandan <ohsayan@outlook.com>"]
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" }
8 months ago
skytable = { git = "https://github.com/skytable/client-rust.git" }
# external deps
crossterm = "0.27.0"
6 months ago
rustyline = "14.0.0"