2019-01-31 13:40:05 +03:00
|
|
|
[package]
|
2020-08-13 10:08:11 +02:00
|
|
|
name = "mbe"
|
|
|
|
version = "0.0.0"
|
2020-08-24 13:06:30 +02:00
|
|
|
description = "TBD"
|
2023-01-16 16:41:47 +01:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
2023-01-16 16:33:01 +01:00
|
|
|
rust-version.workspace = true
|
2019-01-31 13:40:05 +03:00
|
|
|
|
2019-11-17 18:35:05 +03:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2019-01-31 13:40:05 +03:00
|
|
|
[dependencies]
|
2021-06-12 23:39:57 +03:00
|
|
|
cov-mark = "2.0.0-pre.1"
|
2020-02-18 15:57:41 +02:00
|
|
|
rustc-hash = "1.1.0"
|
2023-02-14 17:01:01 +01:00
|
|
|
smallvec.workspace = true
|
2022-06-10 16:30:09 +02:00
|
|
|
tracing = "0.1.35"
|
2019-09-10 14:27:08 +03:00
|
|
|
|
2023-01-17 10:52:26 +01:00
|
|
|
# local deps
|
|
|
|
syntax.workspace = true
|
|
|
|
parser.workspace = true
|
|
|
|
tt.workspace = true
|
|
|
|
stdx.workspace = true
|
2021-01-26 05:15:47 +08:00
|
|
|
|
2021-03-01 18:11:06 +02:00
|
|
|
[dev-dependencies]
|
2023-01-17 10:52:26 +01:00
|
|
|
test-utils.workspace = true
|