Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Initial serialization support (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
brson authored and ksolana committed Jul 17, 2023
1 parent fc01286 commit 769274b
Show file tree
Hide file tree
Showing 8 changed files with 803 additions and 162 deletions.
61 changes: 53 additions & 8 deletions Cargo.lock

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

126 changes: 125 additions & 1 deletion language/move-native/Cargo.lock

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

2 changes: 1 addition & 1 deletion language/move-native/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ crate-type = ["staticlib", "rlib"]
solana = []

[dependencies]
borsh = { version = "0.10.3", default-features = false }
ethnum = { version = "1.0.4", default-features = false }
serde = { version = "1.0.124", default-features = false }
sha2 = { version = "0.9.3", default-features = false }
sha3 = { version = "0.9.1", default-features = false }

0 comments on commit 769274b

Please sign in to comment.