Skip to content

Commit 0fa6b55

Browse files
committed
refactor: move http importer crate and improve workspace docs
1 parent cd25ccb commit 0fa6b55

File tree

6 files changed

+576
-7
lines changed

6 files changed

+576
-7
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ members = [
55
"blob_stores/memory",
66
"blob_stores/s3",
77
"blob_stores/sia",
8+
"importers/http",
89
"importers/local",
910
"s5_blobs",
1011
"s5_cli",
1112
"s5_core",
1213
"s5_fs",
1314
"s5_node",
1415
"s5_registry",
15-
"tools/http_importer",
1616
]
1717

1818
[workspace.dependencies]
@@ -24,7 +24,6 @@ blake3 = { version = "1.8.2", features = [
2424
] }
2525
bytes = { version = "1.10.1" }
2626
futures = "0.3.31"
27-
http_importer = { path = "tools/http_importer" }
2827
iroh = { version = "0.94.0" }
2928
iroh-blobs = { version = "0.96.0" }
3029
irpc = "0.10.0"
@@ -36,6 +35,7 @@ redb = "3.1.0"
3635
s5_blobs = { path = "s5_blobs" }
3736
s5_core = { path = "s5_core" }
3837
s5_fs = { path = "s5_fs" }
38+
s5_importer_http = { path = "importers/http" }
3939
s5_importer_local = { path = "importers/local" }
4040
s5_node = { path = "s5_node" }
4141
s5_registry = { path = "s5_registry" }

0 commit comments

Comments
 (0)