1
0
Fork 0
mirror of synced 2024-06-03 02:54:36 +12:00
czkawka/czkawka_gui/Cargo.toml
Rafał Mikrut 565823316b Adin
2022-01-05 23:04:24 +01:00

21 lines
517 B
TOML

[package]
name = "czkawka_gui"
version = "3.3.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", version = "3.3.1"}
# Language
i18n-embed = { version = "0.13", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.6.1"
rust-embed = "6.3.0"
once_cell = "1.9.0"