rust/src/tools/unicode-table-generator/Cargo.toml
许杰友 Jieyou Xu (Joe) d21aa86c65 unicode-table-generator: match bin name with tool name
Bootstrap assumes that the binary name is the same as tool name, just
makes everyone's lives easier.
2024-10-13 19:14:06 +08:00

9 lines
212 B
TOML

[package]
name = "unicode-table-generator"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ucd-parse = "0.1.3"