kitchen/Cargo.toml

13 lines
461 B
TOML
Raw Normal View History

2021-04-12 20:22:18 -04:00
[workspace]
members = [ "recipes", "kitchen", "web", "api" ]
2024-06-30 20:30:54 -05:00
resolver = "2"
[patch.crates-io]
# TODO(jwall): When the fix for RcSignal Binding is released we can drop this patch.
2022-11-01 20:38:14 -04:00
sycamore = { git = "https://github.com/sycamore-rs/sycamore/", rev = "5d49777b4a66fb5730c40898fd2ee8cde15bcdc3" }
sycamore-router = { git = "https://github.com/sycamore-rs/sycamore/", rev = "5d49777b4a66fb5730c40898fd2ee8cde15bcdc3" }
2022-12-31 16:42:12 -06:00
[profile.release]
lto = true
opt-level = "s"