Skip to content

Commit 9d859b3

Browse files
authored
Rollup merge of rust-lang#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
2 parents 77e736a + 060fe88 commit 9d859b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/librustc_lexer/Cargo.toml

+6
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22
authors = ["The Rust Project Developers"]
33
name = "rustc_lexer"
44
version = "0.1.0"
5+
license = "MIT OR Apache-2.0"
56
edition = "2018"
67

8+
repository = "https://github.com/rust-lang/rust/"
9+
description = """
10+
Rust lexer used by rustc. No stability guarantees are provided.
11+
"""
12+
713
# Note: do not remove this blank `[lib]` section.
814
# This will be used when publishing this crate as `rustc-ap-rustc_lexer`.
915
[lib]

0 commit comments

Comments
 (0)