Guest User

Untitled

a guest
Jun 5th, 2025
5
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. [package]
  2. name = "lavalink_player"
  3. version = "0.1.0"
  4. edition = "2021"
  5.  
  6. [dependencies]
  7. tokio = { version = "1.0", features = ["full"] }
  8. reqwest = { version = "0.11", features = ["json", "stream"] }
  9. serde_json = "1.0"
  10. cpal = "0.15.0"
  11. audiopus = "0.2.0"
  12. bytes = "1.0"
  13. futures = "0.3"
  14. byteorder = "1.4"
  15. tokio-tungstenite = "0.20"
  16. url = "2.5"
  17.  
Add Comment
Please, Sign In to add comment