Skip to content

Commit

Permalink
Rollup merge of rust-lang#64190 - matklad:meta, r=cramertj
Browse files Browse the repository at this point in the history
fill metadata in rustc_lexer's Cargo.toml

We publish this to crates.io, so having non-empty meta is useful
  • Loading branch information
Centril authored Sep 6, 2019
2 parents 77e736a + 060fe88 commit 9d859b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/librustc_lexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
authors = ["The Rust Project Developers"]
name = "rustc_lexer"
version = "0.1.0"
license = "MIT OR Apache-2.0"
edition = "2018"

repository = "https://github.com/rust-lang/rust/"
description = """
Rust lexer used by rustc. No stability guarantees are provided.
"""

# Note: do not remove this blank `[lib]` section.
# This will be used when publishing this crate as `rustc-ap-rustc_lexer`.
[lib]
Expand Down

0 comments on commit 9d859b3

Please sign in to comment.