youtube_api/Cargo.toml
2025-02-25 15:27:02 +03:00

9 lines
195 B
TOML

[package]
name = "youtube"
version = "0.1.0"
edition = "2021"
[dependencies]
reqwest = { version = "0.12.12", features = ["json"] }
tokio = { version = "1", features = ["full"] }
json = "0.12.4"