15 lines
379 B
TOML
15 lines
379 B
TOML
[package]
|
|
name = "media-downloader-gtk"
|
|
description = "a simple frontend for youtube-dlc"
|
|
version = "0.1.4"
|
|
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"
|