spacedrive/Cargo.toml

18 lines
637 B
TOML
Raw Normal View History

2022-03-30 08:14:50 +00:00
[workspace]
members = [
"core",
"crates/*",
"apps/desktop/src-tauri",
"apps/mobile/rust",
"apps/server",
2022-03-30 08:14:50 +00:00
]
resolver = "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" }
[patch."https://github.com/Brendonovich/prisma-client-rust.git"]
prisma-client-rust = { git = "https://github.com//Brendonovich/prisma-client-rust.git", rev = "6b59d9f0a07c4c5df1f5c97f2c6c1df7082ccac6" }
prisma-client-rust-cli = { git = "https://github.com//Brendonovich/prisma-client-rust.git", rev = "6b59d9f0a07c4c5df1f5c97f2c6c1df7082ccac6" }