rust/crates/ra_parser/Cargo.toml
2020-07-14 10:57:26 +09:00

13 lines
208 B
TOML

[package]
edition = "2018"
name = "ra_parser"
version = "0.1.0"
authors = ["rust-analyzer developers"]
publish = false
license = "MIT OR Apache-2.0"
[lib]
doctest = false
[dependencies]
drop_bomb = "0.1.4"