Skip to content

Commit

Permalink
chore: add package info
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jan 8, 2024
1 parent 0cab030 commit dc3b197
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
name = "unicode-locale-parser"
version = "0.1.0"
edition = "2021"
repository = "https://github.com/kazupon/unicode-locale-parser"
readme = "README.md"
license = "MIT"
categories = ["internationalization"]
include = [
"src/**/*",
"benches/*.rs",
"Cargo.toml",
"LICENSE",
"README.md"
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit dc3b197

Please sign in to comment.