10 lines
265 B
TOML
10 lines
265 B
TOML
[workspace]
|
|
members = ["apps/recorder"]
|
|
resolver = "2"
|
|
|
|
[patch.crates-io]
|
|
jwt-authorizer = { git = "https://github.com/blablacio/jwt-authorizer.git", rev = "e956774" }
|
|
|
|
# [patch."https://github.com/lonelyhentxi/qbit.git"]
|
|
# qbit-rs = { path = "./patches/qbit-rs" }
|