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]
name = "opml"
description = "An OPML parser for Rust."
authors = ["Holllo <helllo@holllo.cc>"]
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 <helllo@holllo.org>"]
edition = "2021"
readme = "../README.md"
keywords = ["xml", "opml"]
[lib]

View File

@ -3,12 +3,12 @@
[package]
name = "opml_cli"
description = "OPML for the command-line."
version = "1.1.4"
authors = ["Holllo <helllo@holllo.cc>"]
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 <helllo@holllo.org>"]
edition = "2021"
readme = "../README.md"
keywords = ["xml", "opml"]
[[bin]]