Update Cargo.toml metadata info.

This commit is contained in:
Bauke 2022-10-01 01:06:29 +02:00
parent 3a001d1326
commit 521a9bbd1a
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
2 changed files with 9 additions and 9 deletions

View File

@ -2,13 +2,13 @@
[package] [package]
name = "opml" name = "opml"
description = "An OPML parser for Rust." description = "OPML library for Rust."
authors = ["Holllo <helllo@holllo.cc>"] repository = "https://git.bauke.xyz/Holllo/opml"
version = "1.1.4"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
repository = "https://github.com/Holllo/opml" version = "1.1.4"
readme = "../README.md" authors = ["Holllo <helllo@holllo.org>"]
edition = "2021" edition = "2021"
readme = "../README.md"
keywords = ["xml", "opml"] keywords = ["xml", "opml"]
[lib] [lib]

View File

@ -3,12 +3,12 @@
[package] [package]
name = "opml_cli" name = "opml_cli"
description = "OPML for the command-line." description = "OPML for the command-line."
version = "1.1.4" repository = "https://git.bauke.xyz/Holllo/opml"
authors = ["Holllo <helllo@holllo.cc>"]
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
repository = "https://github.com/Holllo/opml" version = "1.1.4"
readme = "../README.md" authors = ["Holllo <helllo@holllo.org>"]
edition = "2021" edition = "2021"
readme = "../README.md"
keywords = ["xml", "opml"] keywords = ["xml", "opml"]
[[bin]] [[bin]]