mirror of
https://github.com/qarmin/czkawka
synced 2024-10-31 21:20:19 +00:00
12 lines
331 B
TOML
12 lines
331 B
TOML
[package]
|
|
name = "czkawka_cli"
|
|
version = "0.1.4"
|
|
authors = ["Rafał Mikrut <mikrutrafal54@gmail.com>"]
|
|
edition = "2018"
|
|
description = "CLI frontend of Czkawka"
|
|
license = "MIT"
|
|
homepage = "https://github.com/qarmin/czkawka"
|
|
repository = "https://github.com/qarmin/czkawka"
|
|
|
|
[dependencies]
|
|
czkawka_core = { path = "../czkawka_core" } |