We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 77e736a + 060fe88 commit 9d859b3Copy full SHA for 9d859b3
src/librustc_lexer/Cargo.toml
@@ -2,8 +2,14 @@
2
authors = ["The Rust Project Developers"]
3
name = "rustc_lexer"
4
version = "0.1.0"
5
+license = "MIT OR Apache-2.0"
6
edition = "2018"
7
8
+repository = "https://github.com/rust-lang/rust/"
9
+description = """
10
+Rust lexer used by rustc. No stability guarantees are provided.
11
+"""
12
+
13
# Note: do not remove this blank `[lib]` section.
14
# This will be used when publishing this crate as `rustc-ap-rustc_lexer`.
15
[lib]
0 commit comments