Skip to content

Commit 04f4650

Browse files
authored
Merge pull request #31 from sdslabs/implement_api
Implement api
2 parents dedb7df + 519470e commit 04f4650

File tree

5 files changed

+367
-63
lines changed

5 files changed

+367
-63
lines changed

Cargo.lock

Lines changed: 146 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/api/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ license = "MIT"
77
[dependencies]
88
core = { path = "../core" }
99
index = { path = "../index" }
10-
storage = { path = "../storage" }
10+
storage = { path = "../storage" }
11+
tempfile = "3.20.0"

0 commit comments

Comments
 (0)