mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-03 03:25:23 -05:00
28 lines
587 B
TOML
28 lines
587 B
TOML
[package]
|
|
name = "transport"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
homepage.workspace = true
|
|
|
|
[dependencies]
|
|
noise.workspace = true
|
|
#
|
|
serror.workspace = true
|
|
#
|
|
tokio-tungstenite.workspace = true
|
|
futures-util.workspace = true
|
|
tracing.workspace = true
|
|
anyhow.workspace = true
|
|
base64.workspace = true
|
|
bytes.workspace = true
|
|
tokio.workspace = true
|
|
serde.workspace = true
|
|
axum.workspace = true
|
|
rand.workspace = true
|
|
sha1.workspace = true
|
|
sha2.workspace = true
|
|
uuid.workspace = true
|
|
url.workspace = true |