rust-analyzer/crates/parser/Cargo.toml

14 lines
209 B
TOML
Raw Normal View History

2019-02-21 10:27:45 +00:00
[package]
2020-08-12 15:06:49 +00:00
name = "parser"
version = "0.0.0"
description = "TBD"
2020-07-14 01:57:26 +00:00
license = "MIT OR Apache-2.0"
2020-08-12 15:06:49 +00:00
authors = ["rust-analyzer developers"]
edition = "2018"
2019-02-21 10:27:45 +00:00
2019-11-17 15:35:05 +00:00
[lib]
doctest = false
2019-02-21 10:27:45 +00:00
[dependencies]
drop_bomb = "0.1.4"