2019-05-06 11:53:40 +03:00
|
|
|
[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 }
|
2019-07-27 17:21:42 +09:00
|
|
|
|
2019-07-27 22:10:09 +09:00
|
|
|
# Note: do not remove this blank `[lib]` section.
|
|
|
|
# This will be used when publishing this crate as `rustc-ap-rustc_lexer`.
|
2019-07-27 17:21:42 +09:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
name = "rustc_lexer"
|