]> git.lizzy.rs Git - rust.git/blob - src/librustc_lexer/Cargo.toml
Rollup merge of #62656 - RalfJung:contains-no-own, r=Dylan-DPC
[rust.git] / src / librustc_lexer / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_lexer"
4 version = "0.1.0"
5 edition = "2018"
6
7 # Note that this crate purposefully does not depend on other rustc crates
8 [dependencies]
9 unicode-xid = { version = "0.1.0", optional = true }