about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-09-06 09:36:48 +0200
committerGitHub <noreply@github.com>2019-09-06 09:36:48 +0200
commit9d859b3bca010ae79066843614f8b836379eb643 (patch)
tree719d7e4ce3f03acbc8ab6b4651f5cc5860d0b412
parent77e736ac27a8ba0864cc63f8abad16c27a838da4 (diff)
parent060fe88610ff8bad0e687a819bcb705fe988412a (diff)
downloadrust-9d859b3bca010ae79066843614f8b836379eb643.tar.gz
rust-9d859b3bca010ae79066843614f8b836379eb643.zip
Rollup merge of #64190 - matklad:meta, r=cramertj
fill metadata in rustc_lexer's Cargo.toml

We publish this to crates.io, so having non-empty meta is useful
-rw-r--r--src/librustc_lexer/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/librustc_lexer/Cargo.toml b/src/librustc_lexer/Cargo.toml
index 675d3065c5b..950771f0a69 100644
--- a/src/librustc_lexer/Cargo.toml
+++ b/src/librustc_lexer/Cargo.toml
@@ -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]