2019-02-21 13:27:45 +03:00
|
|
|
[package]
|
2020-08-12 17:06:49 +02:00
|
|
|
name = "parser"
|
|
|
|
version = "0.0.0"
|
2020-08-24 13:06:30 +02:00
|
|
|
description = "TBD"
|
2020-07-14 10:57:26 +09:00
|
|
|
license = "MIT OR Apache-2.0"
|
2021-10-21 17:49:28 +02:00
|
|
|
edition = "2021"
|
2021-10-23 15:07:11 +03:00
|
|
|
rust-version = "1.56"
|
2019-02-21 13:27:45 +03:00
|
|
|
|
2019-11-17 18:35:05 +03:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2019-02-21 13:27:45 +03:00
|
|
|
[dependencies]
|
|
|
|
drop_bomb = "0.1.4"
|
2021-12-06 11:47:36 +02:00
|
|
|
|
|
|
|
limit = { path = "../limit", version = "0.0.0" }
|