]> git.lizzy.rs Git - rust.git/blob - src/librustc_lexer/Cargo.toml
Rollup merge of #61969 - MikailBag:master, r=Centril
[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 }
10
11 # Note: do not remove this blank `[lib]` section.
12 # This will be used when publishing this crate as `rustc-ap-rustc_lexer`.
13 [lib]
14 doctest = false
15 name = "rustc_lexer"