media-downloader/Cargo.toml

15 lines
372 B
TOML

[package]
name = "youtube-dl-gtk"
description = "a simple frontend for youtube-dl"
version = "0.1.3"
authors = ["Max Bradbury <max@tinybird.info>"]
repository = "https://tinybird.dev/max/youtube-dl-gtk"
license = "MIT"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gio = "^0"
gtk = "^0"