Publish k2v-client crate to crates.io #337

Merged
lx merged 2 commits from k2v-client-cratesio into main 2022-07-04 16:27:26 +00:00
Showing only changes of commit e1f847608f - Show all commits

View file

@ -1,7 +1,12 @@
[package]
name = "k2v-client"
version = "0.0.1"
authors = ["Trinity Pointard <trinity.pointard@gmail.com>", "Alex Auvolat <alex@adnab.me>"]
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]
base64 = "0.13.0"