Add lib section to rustc_lexer's Cargo.toml
This commit is contained in:
parent
09e3989758
commit
13b41000ea
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user