media-downloader/Cargo.toml

15 lines
381 B
TOML

[package]
name = "media-downloader-gtk"
description = "a simple frontend for youtube-dlc"
version = "0.1.5"
authors = ["Max Bradbury <max@tinybird.info>"]
repository = "https://tinybird.dev/max/media-downloader"
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"