Skip to content

Commit

Permalink
Storage refactor (#242)
Browse files Browse the repository at this point in the history
* Work on refactoring storage an retrieval

* Populate meta store

* Add meta to mock store

* Fix license

* More vec filters

* Use commit sha type throughout
  • Loading branch information
augustuswm authored Dec 30, 2024
1 parent 64154b8 commit b0de206
Show file tree
Hide file tree
Showing 17 changed files with 1,312 additions and 934 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions rfd-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ local-dev = ["v-api/local-dev"]

[dependencies]
anyhow = { workspace = true }
async-bb8-diesel = { workspace = true }
async-trait = { workspace = true }
base64 = { workspace = true }
bb8 = { workspace = true }
chrono = { workspace = true, features = ["serde"] }
config = { workspace = true }
cookie = { workspace = true }
Expand Down
Loading

0 comments on commit b0de206

Please sign in to comment.