Skip to content

Commit

Permalink
SFT-3384: Add Cargo.toml fields for foundation-urtypes.
Browse files Browse the repository at this point in the history
* urtypes/Cargo.toml: Add homepage and extend description.

Signed-off-by: Jean-Pierre De Jesus DIAZ <[email protected]>
  • Loading branch information
jeandudey committed Feb 16, 2024
1 parent 03f80c3 commit afce231
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions urtypes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@
name = "foundation-urtypes"
version = "0.1.0"
edition = "2021"
homepage = "https://github.com/Foundation-Devices/foundation-rs"
description = "Uniform Resources"
homepage.workspace = true
description = """
Uniform Resource (UR) types.
This crate provides a collection of Uniform Resources types that can
serialized and deserialized.
"""
license = "GPL-3.0-or-later"

[features]
Expand Down

0 comments on commit afce231

Please sign in to comment.