Allow borrowed strings for YoutubeDl (#215)

This commit is contained in:
Gnome!
2024-01-12 18:39:04 +00:00
committed by Kyle Simpson
parent 743a1d262e
commit 2bcc5223fe
4 changed files with 54 additions and 46 deletions

View File

@@ -25,6 +25,7 @@ crypto_secretbox = { optional = true, features = ["std"], version = "0.1" }
dashmap = { optional = true, version = "5" }
derivative = "2"
discortp = { default-features = false, features = ["discord", "pnet", "rtp"], optional = true, version = "0.6" }
either = "1.9.0"
flume = { optional = true, version = "0.11" }
futures = "0.3"
nohash-hasher = { optional = true, version = "0.2.0" }