Skip to content

Commit

Permalink
SFT-3383: Add foundation-ur home-page.
Browse files Browse the repository at this point in the history
* Cargo.toml (workspace.package) <homepage>: Add field.
* ur/Cargo.toml (homepage): Inherit from workspace.

Signed-off-by: Jean-Pierre De Jesus DIAZ <[email protected]>
  • Loading branch information
jeandudey committed Feb 16, 2024
1 parent e4aa1ed commit a22d5b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ members = [
"urtypes/fuzz",
]

[workspace.package]
homepage = "https://github.com/Foundation-Devices/foundation-rs"

[workspace.dependencies]
arbitrary = { version = "1", features = ["derive"] }
bech32 = { version = "0.9", default-features = false }
Expand Down
1 change: 1 addition & 0 deletions ur/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Implementation of Blockchain Common's Uniform Resources (UR) standard,
with static memory allocation for embedded devices while also allowing
to use dynamic memory allocation for platforms with more resources.
"""
homepage.workspace = true
version = "0.1.0"
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit a22d5b2

Please sign in to comment.