2021-06-02 21:09:58 +00:00
|
|
|
[workspace]
|
2020-04-17 05:20:54 +00:00
|
|
|
|
2021-06-02 21:09:58 +00:00
|
|
|
members = [
|
|
|
|
"dicebot",
|
|
|
|
"rpc",
|
2021-06-02 22:52:01 +00:00
|
|
|
"api",
|
2021-06-03 20:21:09 +00:00
|
|
|
"web-ui/crate",
|
2021-06-08 14:38:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
# Necessary to keep it in sync with current rocket master, as they do
|
|
|
|
# not update fast enough.
|
|
|
|
[patch.'https://github.com/lawliet89/rocket_cors']
|
|
|
|
rocket_cors = { git = 'https://git.agnos.is/projectmoon/rocket_cors', branch = 'sync-rocket-version' }
|