mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 10:13:54 +00:00
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
This commit is contained in:
commit
9d859b3bca
@ -2,8 +2,14 @@
|
|||||||
authors = ["The Rust Project Developers"]
|
authors = ["The Rust Project Developers"]
|
||||||
name = "rustc_lexer"
|
name = "rustc_lexer"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
license = "MIT OR Apache-2.0"
|
||||||
edition = "2018"
|
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.
|
# Note: do not remove this blank `[lib]` section.
|
||||||
# This will be used when publishing this crate as `rustc-ap-rustc_lexer`.
|
# This will be used when publishing this crate as `rustc-ap-rustc_lexer`.
|
||||||
[lib]
|
[lib]
|
||||||
|
Loading…
Reference in New Issue
Block a user