summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 785bb95fa0e927e0d97be2803f9428c035ff6f85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[workspace]
members = [
    "exes/cache/",
    "exes/gateway/",
    "exes/rest/",
    "exes/webhook/",
    "exes/ratelimit/",

    "libs/proto/",
    "libs/shared/",
    "libs/leash/"
]