media-downloader/Cargo.toml

15 lines
379 B
TOML
Raw Normal View History

2020-09-11 08:37:02 +00:00
[package]
2020-11-11 12:48:47 +00:00
name = "media-downloader-gtk"
description = "a simple frontend for youtube-dlc"
version = "0.1.4"
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"