Skip to content

Commit

Permalink
Hacking:
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Oct 19, 2023
1 parent 8f964b5 commit 79d429e
Show file tree
Hide file tree
Showing 8 changed files with 1,096 additions and 483 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ version = "0.2.0"
edition = "2021"

[dependencies]
either = "1"
rocksdb = { version = "0.21" }
thiserror = "1"

[dev-dependencies]
derive-quickcheck-arbitrary = "0.1.3"
itertools = "0.11"
quickcheck = "1"
quickcheck_macros = "1"
tempfile = "3"

0 comments on commit 79d429e

Please sign in to comment.