rust/compiler/rustc_parse_format/Cargo.toml
bjorn3 d33140d2dc Make rustc_parse_format compile on stable
This allows it to be used by lightweight formatting systems and may
allow it to be used by rust-analyzer.
2022-05-03 11:26:58 +02:00

8 lines
131 B
TOML

[package]
name = "rustc_parse_format"
version = "0.0.0"
edition = "2021"
[dependencies]
rustc_lexer = { path = "../rustc_lexer" }