Skip to content

Commit

Permalink
fix: package description
Browse files Browse the repository at this point in the history
  • Loading branch information
felsweg-iota committed Jun 1, 2022
1 parent 6d8b196 commit b6e6977
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .changes/rlu.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"stronghold-rlu" : minor
"iota-stronghold" : minor
---

Fix package description
17 changes: 10 additions & 7 deletions rlu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
[package]
name = "stronghold-rlu"
version = "0.2.0"
edition = "2021"
authors = [
"IOTA Stiftung",
"Matthias Kandora <matthias.kandora@iota.org>"
]
name = "stronghold-rlu"
version = "0.2.0"
edition = "2021"
authors = [ "IOTA Stiftung",]
license = "Apache-2.0"
description = "Read-Log-Update software transactional memory like synchronization mechanism"
repository = "https://github.com/iotaledger/stronghold.rs"
homepage = "https://wiki.iota.org/stronghold.rs/welcome"
documentation = "https://wiki.iota.org/stronghold.rs/welcome"
keywords = [ "iota", "stronghold", "security" ]

[lib]
path = "src/lib.rs"
Expand Down

0 comments on commit b6e6977

Please sign in to comment.