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

[lib]
doctest = false

[dependencies]
drop_bomb = "0.1.4"