Skip to content

Commit

Permalink
Implement deserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
gostkin committed Dec 8, 2022
1 parent ea219c5 commit 53169bc
Show file tree
Hide file tree
Showing 5 changed files with 862 additions and 92 deletions.
7 changes: 7 additions & 0 deletions rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ schemars = "0.8.11"
serde = { version = "1.0", features = ["derive"] }
fraction = "0.10.0"
base64 = "0.13"
unicode-segmentation = "1.10.0"

# non-wasm
[target.'cfg(not(all(target_arch = "wasm32", not(target_os = "emscripten"))))'.dependencies]
Expand Down
Loading

0 comments on commit 53169bc

Please sign in to comment.