2019-01-31 04:40:05 -06:00
|
|
|
[package]
|
2020-08-13 03:08:11 -05:00
|
|
|
name = "mbe"
|
|
|
|
version = "0.0.0"
|
2020-08-24 06:06:30 -05:00
|
|
|
description = "TBD"
|
2023-02-13 05:55:14 -06:00
|
|
|
|
|
|
|
authors.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
rust-version.workspace = true
|
2019-01-31 04:40:05 -06:00
|
|
|
|
2019-11-17 09:35:05 -06:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2019-01-31 04:40:05 -06:00
|
|
|
[dependencies]
|
2021-06-12 15:39:57 -05:00
|
|
|
cov-mark = "2.0.0-pre.1"
|
2024-01-03 03:35:07 -06:00
|
|
|
rustc-hash.workspace = true
|
2023-02-20 02:14:12 -06:00
|
|
|
smallvec.workspace = true
|
2023-11-16 14:27:35 -06:00
|
|
|
tracing.workspace = true
|
2019-09-10 06:27:08 -05:00
|
|
|
|
2023-02-13 05:55:14 -06:00
|
|
|
# local deps
|
|
|
|
syntax.workspace = true
|
|
|
|
parser.workspace = true
|
|
|
|
tt.workspace = true
|
|
|
|
stdx.workspace = true
|
2024-01-03 03:35:07 -06:00
|
|
|
span.workspace = true
|
2021-01-25 15:15:47 -06:00
|
|
|
|
2021-03-01 10:11:06 -06:00
|
|
|
[dev-dependencies]
|
2023-02-13 05:55:14 -06:00
|
|
|
test-utils.workspace = true
|
2024-01-03 03:35:07 -06:00
|
|
|
|
2024-01-04 04:02:20 -06:00
|
|
|
[features]
|
|
|
|
in-rust-tree = ["parser/in-rust-tree", "syntax/in-rust-tree"]
|
|
|
|
|
2024-01-03 03:35:07 -06:00
|
|
|
[lints]
|
2024-01-04 04:02:20 -06:00
|
|
|
workspace = true
|