Skip to content

Commit 35a8459

Browse files
committed
Moved store crates into runtime directory.
1 parent df04e69 commit 35a8459

File tree

24 files changed

+8
-10
lines changed

24 files changed

+8
-10
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ members = [
77
"api/formats/swimos_*",
88
"macro_utilities",
99
"runtime/swimos_*",
10-
"swimos_store",
11-
"swimos_rocks_store",
1210
"swimos_utilities",
1311
"swimos_utilities/swimos_*",
1412
"swimos_downlink",

swimos_rocks_store/Cargo.toml renamed to runtime/swimos_rocks_store/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
swimos_model = { path = "../api/swimos_model" }
7+
swimos_model = { path = "../../api/swimos_model" }
88
swimos_store = { path = "../swimos_store" }
99
rocksdb = { workspace = true }
1010
futures = { workspace = true }
11-
swimos_utilities = { path = "../swimos_utilities", features = ["io", "circular_buffer", "future"] }
12-
swimos_form = { path = "../api/swimos_form" }
13-
swimos_api = { path = "../api/swimos_api" }
11+
swimos_utilities = { path = "../../swimos_utilities", features = ["io", "circular_buffer", "future"] }
12+
swimos_form = { path = "../../api/swimos_form" }
13+
swimos_api = { path = "../../api/swimos_api" }
1414
tokio = { workspace = true, features = ["sync"] }
1515
futures-util = { workspace = true }
1616
bytes = { workspace = true }
File renamed without changes.

0 commit comments

Comments
 (0)