rust/crates/ra_parser/Cargo.toml

14 lines
208 B
TOML
Raw Normal View History

2019-02-21 11:27:45 +01:00
[package]
edition = "2018"
name = "ra_parser"
version = "0.1.0"
authors = ["rust-analyzer developers"]
publish = false
2020-07-14 03:57:26 +02:00
license = "MIT OR Apache-2.0"
2019-02-21 11:27:45 +01:00
2019-11-17 16:35:05 +01:00
[lib]
doctest = false
2019-02-21 11:27:45 +01:00
[dependencies]
drop_bomb = "0.1.4"