2021-04-12 20:22:18 -04:00
|
|
|
[workspace]
|
2022-10-21 14:57:50 -04:00
|
|
|
members = [ "recipes", "kitchen", "web" ]
|
2022-09-25 17:04:46 -04:00
|
|
|
|
|
|
|
[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-10-11 16:49:12 -04:00
|
|
|
# NOTE(jwall): We are maintaining a patch to remove the unstable async_std_feature. It breaks in our project on
|
|
|
|
# Rust v1.64
|
|
|
|
sqlx = { git = "https://github.com/zaphar/sqlx", branch = "remove_unstable_async_std_feature" }
|