mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 04:39:16 +00:00
10 lines
198 B
TOML
10 lines
198 B
TOML
|
[package]
|
||
|
name = "unicode"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
unicode-xid = "0.2.3"
|