]> git.lizzy.rs Git - rust.git/blob - src/librustc_lexer/Cargo.toml
Rollup merge of #64100 - wesleywiser:fix_miri_const_eval, r=oli-obk
[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: do not remove this blank `[lib]` section.
8 # This will be used when publishing this crate as `rustc-ap-rustc_lexer`.
9 [lib]
10 doctest = false
11 name = "rustc_lexer"
12
13 # Note that this crate purposefully does not depend on other rustc crates
14 [dependencies]
15 unicode-xid = "0.2.0"