10 lines
251 B
TOML
10 lines
251 B
TOML
![]() |
[package]
|
||
|
authors = ["The Rust Project Developers"]
|
||
|
name = "rustc_lexer"
|
||
|
version = "0.1.0"
|
||
|
edition = "2018"
|
||
|
|
||
|
# Note that this crate purposefully does not depend on other rustc crates
|
||
|
[dependencies]
|
||
|
unicode-xid = { version = "0.1.0", optional = true }
|