]> git.lizzy.rs Git - rust.git/blob - src/tools/unicode-table-generator/Cargo.toml
Rollup merge of #82563 - lucas-deangelis:issue-82209-fix, r=jyn514
[rust.git] / src / tools / unicode-table-generator / Cargo.toml
1 [package]
2 name = "unicode-bdd"
3 version = "0.1.0"
4 authors = ["Mark Rousskov <mark.simulacrum@gmail.com>"]
5 edition = "2018"
6
7 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9 [dependencies]
10 ucd-parse = "0.1.3"