Publish k2v-client crate to crates.io #337
1 changed files with 5 additions and 0 deletions
|
@ -1,7 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
name = "k2v-client"
|
name = "k2v-client"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
|
authors = ["Trinity Pointard <trinity.pointard@gmail.com>", "Alex Auvolat <alex@adnab.me>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
license = "AGPL-3.0"
|
||||||
|
description = "Client library for the Garage K2V protocol"
|
||||||
|
repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage"
|
||||||
|
readme = "../../README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
base64 = "0.13.0"
|
base64 = "0.13.0"
|
||||||
|
|
Loading…
Reference in a new issue