1
0
Fork 0
mirror of synced 2024-05-19 03:43:00 +12:00
czkawka/czkawka_core/Cargo.toml

16 lines
360 B
TOML
Raw Normal View History

[package]
name = "czkawka_core"
2020-10-11 08:34:06 +13:00
version = "1.1.0"
2020-09-29 20:27:45 +13:00
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2018"
2020-09-29 20:27:45 +13:00
description = "Core of Czkawka app"
license = "MIT"
homepage = "https://github.com/qarmin/czkawka"
repository = "https://github.com/qarmin/czkawka"
[dependencies]
humansize = "1"
2020-09-12 23:25:23 +12:00
blake3 = "0.3"
#rayon = "1"
crossbeam-channel = "0.4.4"