Skip to content

Commit

Permalink
fix: add missing fields for version update
Browse files Browse the repository at this point in the history
  • Loading branch information
felsweg-iota committed Jun 1, 2022
1 parent 86c9e18 commit e1f48b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ license = "Apache-2.0"
readme = "README.md"
description = "Client interface for Stronghold"
authors = [ "IOTA Stiftung" ]
keywords = [ "iota", "stronghold", "security" ]
categories = [ "security" ]
homepage = "https://wiki.iota.org/stronghold.rs/welcome"
repository = "https://github.com/iotaledger/stronghold.rs"
keywords = [ "iota", "stronghold", "security" ]
categories = [ "security" ]

[features]
default = [ "std" ]
Expand Down
2 changes: 2 additions & 0 deletions engine/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ description = "Data structures for memory protection at runtime"
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" ]
categories = [ "security" ]

[lib]
name = "runtime"
Expand Down
2 changes: 2 additions & 0 deletions p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ description = "Networking functionality for Stronghold"
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", "networking" ]
categories = [ "security" ]


[lib]
Expand Down

0 comments on commit e1f48b0

Please sign in to comment.