[FIX] Migrated to Tensamin Transport Protocol
This commit is contained in:
parent
d4a1b6922b
commit
c9d21fd3c6
24 changed files with 1451 additions and 2252 deletions
13
Cargo.toml
13
Cargo.toml
|
|
@ -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" }
|
||||
|
||||
ansi_term = "*"
|
||||
async-tungstenite = { version = "0.32.1", features = [
|
||||
"futures-03-sink",
|
||||
|
|
@ -56,7 +59,7 @@ pkcs8 = { version = "*", features = ["alloc"] }
|
|||
rand = "0.8"
|
||||
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
||||
reqwest = "*"
|
||||
rustls = { version = "*", default-features = false, features = ["ring"] }
|
||||
rustls = { version = "0.23.37", default-features = false, features = ["ring"] }
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
sha2 = "*"
|
||||
sys-info = "*"
|
||||
|
|
@ -85,7 +88,9 @@ cbc = "0.1.2"
|
|||
aes = "0.8.4"
|
||||
strum = "0.27.2"
|
||||
strum_macros = "0.27.2"
|
||||
livekit = "0.7.25"
|
||||
livekit-api = { version = "0.4.10", features = ["native-tls"] }
|
||||
livekit = "0.7.32"
|
||||
livekit-api = { version = "0.4.14", features = ["native-tls"] }
|
||||
hyper = { version = "1.8.1", features = ["http1", "http2"] }
|
||||
livekit-protocol = "0.6.0"
|
||||
livekit-protocol = "0.7.1"
|
||||
rustls-pemfile = "2.2.0"
|
||||
quinn = "0.11.9"
|
||||
|
|
|
|||
Loading…
Reference in a new issue