mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-18 20:57:55 +00:00
24 lines
604 B
TOML
24 lines
604 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"chirpstack",
|
|
"chirpstack-integration",
|
|
"lrwn",
|
|
"lrwn-filters",
|
|
"backend",
|
|
"api/rust",
|
|
]
|
|
|
|
[profile.release]
|
|
opt-level = 'z'
|
|
lto = true
|
|
codegen-units = 1
|
|
|
|
[patch.crates-io]
|
|
# Remove if diesel > 2.1.4
|
|
diesel = { git = "https://github.com/diesel-rs/diesel.git", rev = "566dcccc6df6adb6ceddef8df5e1806e2a065c40" }
|
|
|
|
# Remove if diesel-async > 0.4.1
|
|
diesel-async = { git = "https://github.com/weiznich/diesel_async.git", rev = "017ebe2fb7a2709ab5db92148dea5ce812a35e09" }
|
|
|
|
deadpool-redis = { git = "http://github.com/brocaar/deadpool.git", branch = "update_redis" } |