From 060fe88610ff8bad0e687a819bcb705fe988412a Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 5 Sep 2019 23:03:50 +0300 Subject: [PATCH] fill metadata in rustc_lexer's Cargo.toml We publish this to crates.io, so having non-empty meta is useful --- src/librustc_lexer/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/librustc_lexer/Cargo.toml b/src/librustc_lexer/Cargo.toml index 675d3065c5b28..950771f0a6927 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]