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