mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-13 07:46:51 +00:00
[import-netapp] import Netapp code into Garage codebase
This commit is contained in:
@@ -15,6 +15,7 @@ path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
garage_db.workspace = true
|
||||
garage_net.workspace = true
|
||||
garage_rpc.workspace = true
|
||||
garage_util.workspace = true
|
||||
garage_table.workspace = true
|
||||
|
||||
@@ -20,7 +20,7 @@ use opentelemetry::{
|
||||
Context,
|
||||
};
|
||||
|
||||
use garage_rpc::rpc_helper::netapp::stream::{stream_asyncread, ByteStream};
|
||||
use garage_net::stream::{stream_asyncread, ByteStream};
|
||||
|
||||
use garage_db as db;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user