summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: d1d3ac45cb4126f4bc50de4c73f2cd07f6de0147 (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-in-one/",

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