[FIX] Migrated to Tensamin Transport Protocol
This commit is contained in:
parent
f5e7c9b3b0
commit
a0ae378601
11 changed files with 619 additions and 1585 deletions
|
|
@ -4,6 +4,9 @@ version = "0.1.0"
|
|||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
epsilon-core = { git = "https://github.com/Tensamin/Epsilon.git", package = "epsilon-core" }
|
||||
epsilon-native = { git = "https://github.com/Tensamin/Epsilon.git", package = "epsilon-native" }
|
||||
|
||||
actix = "0.13.5"
|
||||
actix-rt = "2.11.0"
|
||||
actix-web = { version = "4.12.1", features = ["rustls-0_23"] }
|
||||
|
|
@ -44,7 +47,7 @@ async-tungstenite = { version = "0.32.0", features = [
|
|||
"verbose-logging",
|
||||
"webpki-roots",
|
||||
] }
|
||||
axum = { version = "0.8.8", features = [ "ws", "http2" ] }
|
||||
axum = { version = "0.8.8", features = ["ws", "http2"] }
|
||||
base64 = "0.22.1"
|
||||
bytes = "1.11.1"
|
||||
color-eyre = "0.6.5"
|
||||
|
|
@ -64,7 +67,7 @@ pnet = "0.35.0"
|
|||
rand = "0.8"
|
||||
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
||||
reqwest = "0.13.2"
|
||||
rustls = "0.23.36"
|
||||
rustls = "0.23.37"
|
||||
rustls-pemfile = "2.2.0"
|
||||
sha1 = "0.10.6"
|
||||
sha2 = "0.10.9"
|
||||
|
|
@ -82,3 +85,4 @@ uuid = { version = "1.19.0", features = ["v4"] }
|
|||
walkdir = "2.5.0"
|
||||
x448 = "0.6.0"
|
||||
zip = "6.0.0"
|
||||
quinn = "0.11.9"
|
||||
|
|
|
|||
Loading…
Reference in a new issue