Skip to content

Commit

Permalink
Update metadata in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Aug 13, 2023
1 parent 5691e42 commit e0d668f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
14 changes: 9 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

name = "unicode_names2"
edition = "2018"
rust-version = "1.63.0"
version = "0.6.0"
authors = ["Huon Wilson <dbau.pp@gmail.com>",
"Kang Seonghoon <public+rust@mearie.org>",
"Valentin Lorentz <progval+git@progval.net>",]
authors = [
"Huon Wilson <dbau.pp@gmail.com>",
"Kang Seonghoon <public+rust@mearie.org>",
"Valentin Lorentz <progval+git@progval.net>",
"Jeong YunWon <jeong@youknowone.org>",
]

homepage = "https://github.com/ProgVal/unicode_names2"
repository = "https://github.com/ProgVal/unicode_names2"
homepage = "https://github.com/progval/unicode_names2"
repository = "https://github.com/progval/unicode_names2"
documentation = "https://docs.rs/unicode_names2/"
license = "MIT/Apache-2.0"
keywords = ["text", "unicode"]
Expand Down
12 changes: 7 additions & 5 deletions unicode_names2_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
name = "unicode_names2_macros"
edition = "2018"
version = "0.6.0"
authors = ["Huon Wilson <dbau.pp@gmail.com>",
"Valentin Lorentz <progval+git@progval.net>"]
authors = [
"Huon Wilson <dbau.pp@gmail.com>",
"Valentin Lorentz <progval+git@progval.net>"
]

homepage = "https://github.com/ProgVal/unicode_names2"
repository = "https://github.com/ProgVal/unicode_names2"
homepage = "https://github.com/progval/unicode_names2"
repository = "https://github.com/progval/unicode_names2"
documentation = "https://docs.rs/unicode_names2/"
license = "MIT/Apache-2.0"
license = "MIT or Apache-2.0"
keywords = ["text", "unicode", "macro"]
description = "Support macros for `unicode_names2`."

Expand Down

0 comments on commit e0d668f

Please sign in to comment.