2020-09-11 08:37:02 +00:00
|
|
|
[package]
|
|
|
|
name = "youtube-dl-gtk"
|
2020-09-11 10:07:32 +00:00
|
|
|
description = "a simple frontend for youtube-dl"
|
2020-09-11 10:20:28 +00:00
|
|
|
version = "0.1.1"
|
2020-09-11 08:37:02 +00:00
|
|
|
authors = ["Max Bradbury <max@tinybird.info>"]
|
2020-09-11 10:03:23 +00:00
|
|
|
repository = "https://tinybird.dev/max/youtube-dl-gtk"
|
|
|
|
license = "MIT"
|
2020-09-11 08:37:02 +00:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
gio = "^0"
|
|
|
|
gtk = "^0"
|