aboutsummaryrefslogblamecommitdiff
path: root/Cargo.toml
blob: c6a9ca2f80dd62448f12a3a8319de5dc7d26822f (plain) (tree)
1
2
3
4
5
6
7
8

                
                 
                                          
                

                                                                 
                   







                                                         
                 
[package]
name = "sledcli"
version = "0.0.2"
authors = ["Alex Auvolat <alex@adnab.me>"]
edition = "2018"
description = "A simple CLI tool to interact with Sled databases"
repository = "https://git.deuxfleurs.fr/lx/sledcli"
license = "GPL-3.0"

[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"