aboutsummaryrefslogtreecommitdiff
path: root/crates/parser/Cargo.toml
blob: 358be92d1226471332b45eef9eafae0279efbdc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "parser"
version = "0.0.0"
license = "MIT OR Apache-2.0"
authors = ["rust-analyzer developers"]
edition = "2018"

[lib]
doctest = false

[dependencies]
drop_bomb = "0.1.4"