Added very basic storage via RocksDB.

This commit is contained in:
Micheal Smith
2025-11-05 23:22:12 -06:00
parent 4876ac631a
commit 05b46e7b1d
3 changed files with 248 additions and 2 deletions

View File

@@ -19,5 +19,9 @@ tracing = "0.1"
tracing-error = "0.2.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
[dev-dependencies]
rstest = "0.26.1"
tempfile = "3"
[profile.dev.package.backtrace]
opt-level = 3