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

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