Skip to content

Commit 09f540c

Browse files
committed
0.2.0
Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
1 parent 6aa45cc commit 09f540c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Cargo.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
name = "bitcoin-amount"
33
version = "0.1.0"
44
authors = ["Jean Pierre Dudey <jeandudey@hotmail.com>"]
5+
description = "Safe manipulation of bitcoin amounts"
6+
documentation = "https://docs.rs/bitcoin-amount"
7+
homepage = "https://github.com/jeandudey/rust-bitcoin-amount"
8+
repository = "https://github.com/jeandudey/rust-bitcoin-amount"
9+
readme = "README.md"
10+
keywords = ["bitcoin", "cryptocurrency"]
11+
categories = ["encoding"]
12+
license = "MIT/Apache-2.0"
13+
14+
[badges]
15+
travis-ci = { repository = "jeandudey/rust-bitcoin-amount", branch = "master" }
516

617
[features]
718
serde_impl = ["serde"]

0 commit comments

Comments
 (0)