[Add] Structure
This commit is contained in:
parent
a642afce5a
commit
c363ea48d0
27 changed files with 1730 additions and 1400 deletions
17
Cargo.toml
17
Cargo.toml
|
|
@ -12,28 +12,25 @@ mtp = { git = "https://git.methanium.net/Methanium/mtp.git", features = [
|
|||
] }
|
||||
mtp-transport = { git = "https://git.methanium.net/Methanium/mtp.git" }
|
||||
|
||||
ansi_term = "*"
|
||||
uuid = { version = "*", features = ["v4"] }
|
||||
ansi_term = "0.12.1"
|
||||
uuid = { version = "1.24.0", features = ["v4"] }
|
||||
base64 = "0.22.1"
|
||||
dashmap = "*"
|
||||
futures = "*"
|
||||
dashmap = "6.2.1"
|
||||
once_cell = "1.21.4"
|
||||
rand = "0.8"
|
||||
rand = "0.10.2"
|
||||
rustls = { version = "0.23.42", default-features = false, features = [
|
||||
"std",
|
||||
"tls12",
|
||||
"aws-lc-rs",
|
||||
"prefer-post-quantum",
|
||||
] }
|
||||
tokio = { version = "*", features = ["full"] }
|
||||
tokio = { version = "1.53.0", features = ["full"] }
|
||||
log = "0.4"
|
||||
dotenv = "0.15.0"
|
||||
strum = "0.28.0"
|
||||
strum_macros = "0.28.0"
|
||||
livekit-api = { version = "0.5.6", features = ["native-tls"] }
|
||||
livekit-api = { version = "0.5.6", features = ["rustls-tls-native-roots"] }
|
||||
livekit-protocol = "0.7.10"
|
||||
thiserror = "2.0.19"
|
||||
trust-dns-resolver = "0.23.2"
|
||||
serde = "1.0.229"
|
||||
serde_json = "1.0.150"
|
||||
json = "0.12.4"
|
||||
serde_json = "1.0.151"
|
||||
|
|
|
|||
Loading…
Reference in a new issue