[Updt] Mtp 0.3.0
This commit is contained in:
parent
dfe8e6efa7
commit
ed060ed213
27 changed files with 1066 additions and 284 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -9,7 +9,6 @@ mtp = { git = "https://git.methanium.net/Methanium/mtp.git", features = [
|
|||
"client",
|
||||
"crypto",
|
||||
"files",
|
||||
"raw",
|
||||
] }
|
||||
mtp-transport = { git = "https://git.methanium.net/Methanium/mtp.git" }
|
||||
|
||||
|
|
@ -28,10 +27,18 @@ rustls = { version = "0.23.42", default-features = false, features = [
|
|||
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 = ["rustls-tls-native-roots"] }
|
||||
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