aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatharina Sabel <katharina.sabel@asquera.de>2018-05-07 19:29:05 +0200
committerKatharina Sabel <katharina.sabel@asquera.de>2018-05-07 19:29:05 +0200
commit94c58c0060d243c162b07dd002cb779aec44e153 (patch)
treef93d6d54ee18d22c8240e2e5636d4d82a8efa06d
parentda7e2c23b064796e45555af7ff44b95646978830 (diff)
Adjusting cargo manifest to new step
-rw-r--r--lockchain-core/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/lockchain-core/Cargo.toml b/lockchain-core/Cargo.toml
index 885b11a..ebff766 100644
--- a/lockchain-core/Cargo.toml
+++ b/lockchain-core/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "lockchain-core"
description = "Provides common abstractions for the lockchain crate ecoystem"
-docs = "https://docs.rs/lockchain-core"
-website = "https://github.com/spacekookie/lockchain/tree/master/lockchain-core"
+documentation = "https://docs.rs/lockchain-core"
+homepage = "https://github.com/spacekookie/lockchain/tree/master/lockchain-core"
readme = "README.md"
license = "MIT/X11 OR Apache-2.0"
-version = "0.3.0"
+version = "0.3.1"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
[dependencies]