forked from informalsystems/malachite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
32 lines (27 loc) · 793 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "informalsystems-malachitebft-app-channel"
description = "High-level interface for building channel-based applications on top of the Malachite BFT consensus engine"
version.workspace = true
edition.workspace = true
repository.workspace = true
license.workspace = true
publish.workspace = true
rust-version.workspace = true
readme = "../../../README.md"
[package.metadata.docs.rs]
all-features = true
[dependencies]
bytes.workspace = true
derive-where.workspace = true
eyre.workspace = true
ractor.workspace = true
tokio.workspace = true
tracing.workspace = true
malachitebft-app.workspace = true
malachitebft-engine.workspace = true
malachitebft-config.workspace = true
[lints]
workspace = true
[dev-dependencies]
malachitebft-test.workspace = true
rand.workspace = true