Define Transport trait, TransportAcceptor trait, TransportInfo, and TransportKind types

This commit is contained in:
2026-06-02 09:17:50 +00:00
parent 56d032afdb
commit dddc6d7a4c
10 changed files with 323 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -5461,6 +5461,7 @@ name = "wraith-core"
version = "0.1.0"
dependencies = [
"anyhow",
"async-trait",
"iroh",
"russh",
"rustls",
@@ -5470,6 +5471,7 @@ dependencies = [
"tokio-rustls",
"tokio-util",
"tracing",
"wraith-core",
]
[[package]]