1
0
Fork 0
mirror of synced 2024-06-03 02:54:36 +12:00
czkawka/Cargo.toml

17 lines
447 B
TOML
Raw Normal View History

2022-01-06 11:46:20 +13:00
[package]
name = "czkawka_core"
version = "3.3.1"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2018"
description = "Core of Czkawka app"
license = "MIT"
homepage = "https://github.com/qarmin/czkawka"
repository = "https://github.com/qarmin/czkawka"
2022-01-06 11:46:20 +13:00
[dependencies]
# Language
i18n-embed = { version = "0.13", features = ["fluent-system", "desktop-requester"] }
i18n-embed-fl = "0.6"
rust-embed = "6.2.0"
once_cell = "1.8.0"