mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-22 23:48:26 -04:00
* Migrate to Tauri v2 Release Canidate * Formatting * Update pnpm * Update all tauri deps (js and rust) to Release Candidate 2 - A lot of misc fixes due to changes in the new versions of tauri, rspc and specta * Recreate pnpm-lock * Fix pnpm-lock * Formatting * Use 10 chars SHA for git deps - Update a couple of rust dependencies - Add taplo for toml auto formatting - Adjust some formatting configurations - Updated prettier and its plugins * Fix formatter settings * Minor improvements to Cargo.toml format --------- Co-authored-by: Vítor Vasconcellos <vasconcellos.dev@gmail.com>
16 lines
361 B
TOML
16 lines
361 B
TOML
[package]
|
|
name = "sd-utils"
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
# Spacedrive Sub-crates
|
|
sd-prisma = { path = "../prisma" }
|
|
|
|
# Workspace dependencies
|
|
prisma-client-rust = { workspace = true }
|
|
rspc = { workspace = true, features = ["unstable"] }
|
|
thiserror = { workspace = true }
|
|
uuid = { workspace = true }
|