aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/Cargo.toml
blob: 72ec3e4d9a36a19f6e935c0eef599e40ced3923f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"