Mobydick-Linux-Scaricare-Mu.../Cargo.toml

39 lines
889 B
TOML
Raw Normal View History

2019-02-03 21:46:29 +01:00
[package]
name = "mobydick"
2019-02-03 21:46:29 +01:00
version = "0.1.0"
2019-02-13 17:52:22 +01:00
authors = ["Elza Gelez <elza@gelez.xyz>"]
license = "LICENSE"
readme = "README.md"
description = "Download music from your Funkwhale instance"
2019-02-03 21:46:29 +01:00
edition = "2018"
[dependencies]
cairo-rs = "0.5"
dirs = "1.0"
gdk = "0.9"
gdk-pixbuf = "0.5"
2019-02-05 17:32:26 +01:00
glib = "0.6"
gtk = { version = "0.5", features = [ "v3_22_29" ] }
2019-02-03 21:46:29 +01:00
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
2019-02-06 21:05:20 +01:00
reqwest = "0.9"
workerpool = "1.1.1"
lazy_static = "1.2"
2019-02-13 17:52:22 +01:00
open = "1.2"
[package.metadata.deb]
maintainer = "Elza Gelez <elza@gelez.xyz>"
copyright = "2019, Elza Gelez"
license-file = ["LICENSE", "2"]
depends = "$auto"
section = "utils"
priority = "optional"
assets = [
# binary
["target/release/mobydick", "usr/bin/", "755"],
# assets
["icons/mobydick.svg", "usr/share/icons/hicolor/scalable/apps/", "644"],
["mobydick.desktop", "usr/share/applications/", "644"],
]