From 3c922ecec49e8eb67715409e16cbb4fa54c25a86 Mon Sep 17 00:00:00 2001 From: Charles Tapley Hoyt Date: Tue, 2 Jan 2024 18:13:29 +0100 Subject: [PATCH] Update Cargo.toml --- lib/Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 3942525..7dde0a6 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,13 +1,15 @@ [package] name = "curies" version.workspace = true -authors.workspace = true edition.workspace = true +description.workspace = true readme.workspace = true license-file.workspace = true keywords.workspace = true -homepage.workspace = true categories.workspace = true +repository.workspace = true +homepage.workspace = true +authors.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html