Infinite-Storage-Glitch/Cargo.toml

15 lines
367 B
TOML

[package]
name = "isg_4real"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.68"
inquire = "0.5.3"
opencv = "0.75.0"
tokio = {version = "1.24.2", features = ["full"]}
# youtube_dl = "0.8.0"
youtube_dl = { version = "0.8.0", features = ["downloader"] }