Skip to content

Commit

Permalink
Merge pull request #398 from dcSpark/nico/fix_rust_dep
Browse files Browse the repository at this point in the history
fix rust compilation dep
  • Loading branch information
nicarq authored Aug 1, 2024
2 parents eaf5f8f + 741b2ef commit 3dd6009
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions apps/shinkai-desktop/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions apps/shinkai-desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
blake3 = "1.5.1"
hex = "0.4.3"
base64 = "0.22.1"
time = "^0.3.36"

[features]
# this feature is used for production builds or when `devPath` points to the filesystem
Expand Down

0 comments on commit 3dd6009

Please sign in to comment.