From 521a9bbd1ad94619cd3a71258468ab1cb8c779ab Mon Sep 17 00:00:00 2001 From: Bauke Date: Sat, 1 Oct 2022 01:06:29 +0200 Subject: [PATCH] Update Cargo.toml metadata info. --- opml_api/Cargo.toml | 10 +++++----- opml_cli/Cargo.toml | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/opml_api/Cargo.toml b/opml_api/Cargo.toml index e29ec5d..dbf6a8d 100644 --- a/opml_api/Cargo.toml +++ b/opml_api/Cargo.toml @@ -2,13 +2,13 @@ [package] name = "opml" -description = "An OPML parser for Rust." -authors = ["Holllo "] -version = "1.1.4" +description = "OPML library for Rust." +repository = "https://git.bauke.xyz/Holllo/opml" license = "MIT OR Apache-2.0" -repository = "https://github.com/Holllo/opml" -readme = "../README.md" +version = "1.1.4" +authors = ["Holllo "] edition = "2021" +readme = "../README.md" keywords = ["xml", "opml"] [lib] diff --git a/opml_cli/Cargo.toml b/opml_cli/Cargo.toml index a000fd9..80ae940 100644 --- a/opml_cli/Cargo.toml +++ b/opml_cli/Cargo.toml @@ -3,12 +3,12 @@ [package] name = "opml_cli" description = "OPML for the command-line." -version = "1.1.4" -authors = ["Holllo "] +repository = "https://git.bauke.xyz/Holllo/opml" license = "MIT OR Apache-2.0" -repository = "https://github.com/Holllo/opml" -readme = "../README.md" +version = "1.1.4" +authors = ["Holllo "] edition = "2021" +readme = "../README.md" keywords = ["xml", "opml"] [[bin]]