forked from projectmoon/tenebrous-dicebot
13 lines
334 B
TOML
13 lines
334 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"dicebot",
|
|
"rpc",
|
|
"api",
|
|
"web-ui/crate",
|
|
]
|
|
|
|
# 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' } |