populate cargo.toml

This commit is contained in:
Alex 2021-11-03 23:28:13 +01:00
parent 5160a7637b
commit 9b1f6712bf
No known key found for this signature in database
GPG Key ID: EDABF9711E244EB1
1 changed files with 4 additions and 3 deletions

View File

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