2021-11-03 22:26:37 +00:00
|
|
|
[package]
|
|
|
|
name = "sledcli"
|
2021-11-03 22:28:13 +00:00
|
|
|
version = "0.0.1"
|
|
|
|
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: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"
|