From afce231f6a7fd93320967cb58243dbc6bc48d10a Mon Sep 17 00:00:00 2001 From: Jean-Pierre De Jesus DIAZ Date: Fri, 16 Feb 2024 16:38:45 +0100 Subject: [PATCH] SFT-3384: Add Cargo.toml fields for foundation-urtypes. * urtypes/Cargo.toml: Add homepage and extend description. Signed-off-by: Jean-Pierre De Jesus DIAZ --- urtypes/Cargo.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/urtypes/Cargo.toml b/urtypes/Cargo.toml index 8aea31e..e3c2025 100644 --- a/urtypes/Cargo.toml +++ b/urtypes/Cargo.toml @@ -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]