populate cargo.toml
This commit is contained in:
parent
5160a7637b
commit
9b1f6712bf
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
|||
[package]
|
||||
name = "sledcli"
|
||||
version = "0.1.0"
|
||||
version = "0.0.1"
|
||||
authors = ["Alex Auvolat <alex@adnab.me>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
description = "A simple CLI tool to interact with Sled databases"
|
||||
repository = "https://git.deuxfleurs.fr/lx/sledcli"
|
||||
|
||||
[dependencies]
|
||||
sled = "0.34.7"
|
||||
|
|
Loading…
Reference in a new issue