]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_lexer/Cargo.toml
Rollup merge of #69577 - GuillaumeGomez:cleanup-e0375, r=Dylan-DPC
[rust.git] / src / librustc_lexer / Cargo.toml
index 675d3065c5b28b77f755d28580d9747b36ba7c6e..950771f0a692710021dc7e29c18736fdbbe3ea0b 100644 (file)
@@ -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]