mirror of
https://github.com/qarmin/czkawka
synced 2024-10-31 21:20:19 +00:00
27 lines
541 B
TOML
27 lines
541 B
TOML
[package]
|
|
name = "czkawka_gui"
|
|
version = "1.0.1"
|
|
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
|
|
edition = "2018"
|
|
description = "GTK frontend of Czkawka"
|
|
license = "MIT"
|
|
homepage = "https://github.com/qarmin/czkawka"
|
|
repository = "https://github.com/qarmin/czkawka"
|
|
|
|
[dependencies]
|
|
czkawka_core = { path = "../czkawka_core" }
|
|
gdk = "0.13.2"
|
|
gio = "0.9.1"
|
|
glib = "0.10.1"
|
|
|
|
humansize = "1"
|
|
chrono = "0.4"
|
|
|
|
crossbeam-channel = "0.4.4"
|
|
|
|
[dependencies.gtk]
|
|
version = "0.9.2"
|
|
default-features = false # just in case
|
|
features = ["v3_22"]
|
|
|