Add lib section to rustc_lexer's Cargo.toml

This commit is contained in:
topecongiro 2019-07-27 17:21:42 +09:00
parent 09e3989758
commit 13b41000ea
No known key found for this signature in database
GPG Key ID: 3C13222317860426

View File

@ -7,3 +7,7 @@ edition = "2018"
# Note that this crate purposefully does not depend on other rustc crates
[dependencies]
unicode-xid = { version = "0.1.0", optional = true }
[lib]
doctest = false
name = "rustc_lexer"