Skip to content

Commit

Permalink
Add lib section to rustc_lexer's Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
topecongiro committed Jul 27, 2019
1 parent 09e3989 commit 13b4100
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/librustc_lexer/Cargo.toml
Expand Up @@ -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"

0 comments on commit 13b4100

Please sign in to comment.