aboutsummaryrefslogtreecommitdiff
path: root/src/api/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/Cargo.toml')
-rw-r--r--src/api/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/Cargo.toml b/src/api/Cargo.toml
index 56e0e2a8..99838a56 100644
--- a/src/api/Cargo.toml
+++ b/src/api/Cargo.toml
@@ -12,7 +12,7 @@ path = "lib.rs"
[dependencies]
garage_util = { path = "../util" }
garage_table = { path = "../table" }
-garage_core = { path = "../core" }
+garage_model = { path = "../model" }
bytes = "0.4"
hex = "0.3"