Skip to content

Commit 986bbf4

Browse files
authored
fix package (#15)
1 parent f714e1b commit 986bbf4

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
[package]
22
name = "rust-etcd-utils"
3-
version = "0.10.0"
3+
version = "0.10.0+pre1"
4+
authors = [
5+
"Triton One",
6+
"Louis-Vincent Boudreault"
7+
]
8+
publish = true
49
edition = "2021"
10+
description = "A set of utilities for working with etcd in Rust."
11+
license = "AGPL-3.0"
12+
homepage = "https://triton.one"
13+
repository = "https://github.com/rpcpool/rust-etcd-utils"
14+
515

616
[dependencies]
717
async-trait = "~0.1.83"

0 commit comments

Comments
 (0)