chirpstack/Cargo.toml

24 lines
604 B
TOML
Raw Normal View History

2022-04-06 20:18:32 +00:00
[workspace]
2023-09-04 12:27:08 +00:00
resolver = "2"
2022-04-06 20:18:32 +00:00
members = [
"chirpstack",
"chirpstack-integration",
2022-04-06 20:18:32 +00:00
"lrwn",
"lrwn-filters",
2022-04-06 20:18:32 +00:00
"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" }
2024-03-13 16:23:49 +00:00
deadpool-redis = { git = "http://github.com/brocaar/deadpool.git", branch = "update_redis" }