Skip to content

Commit

Permalink
memory optimization, tests
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Aug 25, 2024
1 parent 77f8013 commit 0b6b55b
Show file tree
Hide file tree
Showing 23 changed files with 2,512 additions and 761 deletions.
25 changes: 25 additions & 0 deletions diesel-wasm-sqlite/Cargo.lock

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

3 changes: 2 additions & 1 deletion diesel-wasm-sqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ tokio = { version = "1.38", default-features = false, features = ["sync"] }
futures = "0.3"
futures-util = "0.3"
async-trait = "0.1"
serde = { version = "1.0", eatures = ["derive"] }
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_json = "1.0"
serde-wasm-bindgen = "0.6"
thiserror = "1"

Expand Down
Loading

0 comments on commit 0b6b55b

Please sign in to comment.