diff options
author | Pauline <git@ethanlibs.co> | 2023-10-14 14:40:31 -0400 |
---|---|---|
committer | Pauline <git@ethanlibs.co> | 2023-10-14 14:40:31 -0400 |
commit | 06f51ccdc496a6581d098edc424f3973e550221d (patch) | |
tree | b064b8058ef77634dcf2c904a70cdea030884a7a /Cargo.toml | |
parent | 997b850967df8dc03a7321b167dc9f7b52f98c7a (diff) | |
download | Nexus-06f51ccdc496a6581d098edc424f3973e550221d.tar.gz Nexus-06f51ccdc496a6581d098edc424f3973e550221d.tar.bz2 Nexus-06f51ccdc496a6581d098edc424f3973e550221d.zip |
refactor(build): switch to turborepo & bump deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -13,4 +13,21 @@ license-file = "LICENSE" homepage = "https://polyfrost.org" authors = ["Polyfrost"] -[workspace.dependencies]
\ No newline at end of file +[workspace.dependencies] +rspc = { version = "0.1.4" } +specta = { version = "1.0.4" } +tauri-specta = { version = "1.0.2" } +swift-rs = { version = "1.0.6" } +tokio = { version = "1.33.0" } +uuid = { version = "1.4.1", features = ["v4", "serde"] } +serde = { version = "1.0" } +serde_json = { version = "1.0" } + +tracing = { git = "https://github.com/tokio-rs/tracing", rev = "29146260fb4615d271d2e899ad95a753bb42915e" } +tracing-subscriber = { git = "https://github.com/tokio-rs/tracing", rev = "29146260fb4615d271d2e899ad95a753bb42915e", features = ["env-filter"] } +tracing-appender = { git = "https://github.com/tokio-rs/tracing", rev = "29146260fb4615d271d2e899ad95a753bb42915e" } + +[patch.crates-io] +specta = { git = "https://github.com/oscartbeaumont/specta", rev = "4bc6e46fc8747cd8d8a07597c1fe13c52aa16a41" } +rspc = { git = "https://github.com/oscartbeaumont/rspc", rev = "adebce542049b982dd251466d4144f4d57e92177" } +tauri-specta = { git = "https://github.com/oscartbeaumont/tauri-specta", rev = "c964bef228a90a66effc18cefcba6859c45a8e08" } |