From 79fc2f49ddcc3b59cc750a0885958350ac0e5197 Mon Sep 17 00:00:00 2001 From: Charles Tapley Hoyt Date: Tue, 2 Jan 2024 18:17:21 +0100 Subject: [PATCH] Update Cargo metadata --- Cargo.toml | 1 + lib/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d808a29..bf46936 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ version = "0.1.0" edition = "2021" description = "Idiomatic conversion between URIs and compact URIs (CURIEs)" readme = "README.md" +license = "MIT" license-file = "LICENSE" keywords = ["semantic-web", "linked-data", "linked-open-data"] categories = ["science", "encoding"] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 7dde0a6..ceca971 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -4,6 +4,7 @@ version.workspace = true edition.workspace = true description.workspace = true readme.workspace = true +license.workspace = true license-file.workspace = true keywords.workspace = true categories.workspace = true