[package] name = "ydl" version = "0.1.1" edition = "2018" authors = ["Takumi Mori"] license = "MIT" description = "Simple interactive youtube-dl wrapper." readme = "README.md" homepage = "https://github.com/takumi3488/interactive-ydl" repository = "https://github.com/takumi3488/interactive-ydl" keywords = ["cli", "youtube-dl"] categories = [] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.13.0", features = ["full"] }