[Fix] Connectivity
This commit is contained in:
parent
233b944007
commit
82a5d9469b
11 changed files with 131 additions and 148 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -9,6 +9,7 @@ mtp = { git = "https://git.methanium.net/Methanium/mtp.git", features = [
|
|||
"client",
|
||||
"crypto",
|
||||
"files",
|
||||
"raw",
|
||||
] }
|
||||
mtp-transport = { git = "https://git.methanium.net/Methanium/mtp.git" }
|
||||
|
||||
|
|
@ -33,12 +34,3 @@ livekit-protocol = "=0.7.10"
|
|||
thiserror = "2.0.19"
|
||||
trust-dns-resolver = "0.23.2"
|
||||
serde_json = "1.0.151"
|
||||
zeroize = "1.9"
|
||||
|
||||
[features]
|
||||
raw-migration = ["mtp/raw"]
|
||||
|
||||
[[bin]]
|
||||
name = "migrate_raw_keyring"
|
||||
path = "src/bin/migrate_raw_keyring.rs"
|
||||
required-features = ["raw-migration"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue