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.

17 lines
463 B
TOML

[package]
name = "skysh"
10 months ago
version = "0.8.0-beta"
authors = ["Sayan Nandan <ohsayan@outlook.com>"]
edition = "2021"
description = "The Skytable Shell (skysh)"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# internal deps
libsky = { path = "../libsky" }
10 months ago
skytable = { git = "https://github.com/skytable/client-rust.git", branch = "octave" }
# external deps
crossterm = "0.27.0"
rustyline = "13.0.0"