aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 711420866f14ba1a6f55df577077f0974ef707d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
[workspace]
members = [
    "lockchain-core",
    "lockchain-store",
    "lockchain-crypto",

    "lockchain-server",
    "lockchain-receiver",

    "lockchain-http",
]