From 3df053fd51844d9831a9ca39f45b6aeadd0aaaa6 Mon Sep 17 00:00:00 2001 From: Louis-Vincent Date: Mon, 12 May 2025 11:35:10 -0400 Subject: [PATCH] fix package --- Cargo.lock | 2 +- Cargo.toml | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20af606..c9602ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -874,7 +874,7 @@ dependencies = [ [[package]] name = "rust-etcd-utils" -version = "0.10.0" +version = "0.10.0+pre1" dependencies = [ "async-trait", "etcd-client", diff --git a/Cargo.toml b/Cargo.toml index 660733f..b43d32d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,17 @@ [package] name = "rust-etcd-utils" -version = "0.10.0" +version = "0.10.0+pre1" +authors = [ + "Triton One", + "Louis-Vincent Boudreault" +] +publish = true edition = "2021" +description = "A set of utilities for working with etcd in Rust." +license = "AGPL-3.0" +homepage = "https://triton.one" +repository = "https://github.com/rpcpool/rust-etcd-utils" + [dependencies] async-trait = "~0.1.83"