spacedrive/Cargo.toml

33 lines
1.1 KiB
TOML
Raw Normal View History

2022-03-30 08:14:50 +00:00
[workspace]
members = [
"core",
"crates/*",
2022-10-08 18:30:17 +00:00
# "crates/p2p/tunnel",
# "crates/p2p/tunnel/utils",
"crates/sync/example/src-tauri",
"apps/desktop/src-tauri",
"apps/mobile/rust",
"apps/server",
2022-03-30 08:14:50 +00:00
]
resolver = "2"
[workspace.dependencies]
2022-10-05 04:07:41 +00:00
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust.git", rev = "078919e3724f35cc00c2402c66ba585b61c88d47", features = [
"rspc",
"sqlite-create-many",
"migrations",
"sqlite",
], default-features = false }
2022-10-05 04:07:41 +00:00
prisma-client-rust-cli = { git = "https://github.com/Brendonovich/prisma-client-rust.git", rev = "078919e3724f35cc00c2402c66ba585b61c88d47", features = [
"rspc",
"sqlite-create-many",
"migrations",
"sqlite",
], default-features = false }
2022-10-05 00:58:03 +00:00
rspc = { version = "0.1.2" }
[patch.crates-io]
# We use this patch so we can compile for the IOS simulator on M1
openssl-sys = { git = "https://github.com/spacedriveapp/rust-openssl", rev = "92c3dec225a9e984884d5b30a517e5d44a24d03b" }
rspc = { git = "https://github.com/oscartbeaumont/rspc", rev = "08c19f5e485dfc6841c7e9877c80058402bf71d7" } # TODO: Move back to crates.io when new jsonrpc executor is release