14 lines
331 B
TOML
14 lines
331 B
TOML
|
|
[package]
|
||
|
|
name = "mt-store"
|
||
|
|
version.workspace = true
|
||
|
|
edition.workspace = true
|
||
|
|
rust-version.workspace = true
|
||
|
|
license.workspace = true
|
||
|
|
repository.workspace = true
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
mt-codec = { path = "../mt-codec" }
|
||
|
|
mt-crypto = { path = "../mt-crypto" }
|
||
|
|
mt-state = { path = "../mt-state" }
|
||
|
|
mt-consensus = { path = "../mt-consensus" }
|