mirror of
https://gitee.com/openharmony/third_party_rust_unicode-ident
synced 2024-11-23 07:29:52 +00:00
11 lines
202 B
TOML
11 lines
202 B
TOML
[package]
|
|
name = "unicode-ident-diagram"
|
|
version = "0.0.0"
|
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
image = "0.24"
|
|
unicode-ident = { path = ".." }
|