sledcli/Cargo.toml

18 lines
414 B
TOML
Raw Permalink Normal View History

2021-11-03 22:26:37 +00:00
[package]
name = "sledcli"
2021-11-04 16:02:58 +00:00
version = "0.0.2"
2021-11-03 22:28:13 +00:00
authors = ["Alex Auvolat <alex@adnab.me>"]
2021-11-03 22:26:37 +00:00
edition = "2018"
2021-11-03 22:28:13 +00:00
description = "A simple CLI tool to interact with Sled databases"
repository = "https://git.deuxfleurs.fr/lx/sledcli"
2021-11-03 22:29:50 +00:00
license = "GPL-3.0"
2021-11-03 22:26:37 +00:00
[dependencies]
sled = "0.34.7"
rustyline = "9.0"
structopt = { version = "0.3", default-features = false }
hexdump = "0.1"
utf-8 = "0.7"
anyhow = "1.0"
humansize = "1.1"