spacedrive/Cargo.toml

30 lines
867 B
TOML
Raw Normal View History

2022-03-30 08:14:50 +00:00
[workspace]
members = [
"core",
"crates/*",
"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 03:32:25 +00:00
prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust.git", rev = "4ea7b785ec9539d80e29c9b90ebc2010ea3a390e", features = [
"rspc",
"sqlite-create-many",
"migrations",
"sqlite",
], default-features = false }
2022-10-05 03:32:25 +00:00
prisma-client-rust-cli = { git = "https://github.com/Brendonovich/prisma-client-rust.git", rev = "4ea7b785ec9539d80e29c9b90ebc2010ea3a390e", 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" }