We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa45cc commit 09f540cCopy full SHA for 09f540c
Cargo.toml
@@ -2,6 +2,17 @@
2
name = "bitcoin-amount"
3
version = "0.1.0"
4
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" }
16
17
[features]
18
serde_impl = ["serde"]
0 commit comments