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

    "lockchain-server",
    "lockchain-client",

    "lockchain-http",
]