1
0
Fork 0
mirror of synced 2024-05-17 10:54:04 +12:00
czkawka/czkawka_gui/Cargo.toml

32 lines
596 B
TOML
Raw Normal View History

[package]
name = "czkawka_gui"
2020-12-03 00:01:30 +13:00
version = "1.5.0"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2018"
2020-09-29 20:27:45 +13:00
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"
2020-09-18 04:42:56 +12:00
humansize = "1"
chrono = "0.4"
crossbeam-channel = "0.4.4"
2020-12-02 22:25:27 +13:00
futures = "0.3.8"
# For opening files
open = "1.4.0"
[dependencies.gtk]
version = "0.9.2"
default-features = false # just in case
features = ["v3_22"]