Rename garage_core to garage_model

This commit is contained in:
Alex Auvolat
2020-07-07 13:59:22 +02:00
parent f0918b377e
commit bec26a1312
23 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -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"