mirror of
https://github.com/qarmin/czkawka
synced 2024-11-13 19:11:06 +00:00
14 lines
434 B
TOML
14 lines
434 B
TOML
[package]
|
|
name = "czkawka_gui_orbtk"
|
|
version = "0.1.4"
|
|
authors = ["Rafał Mikrut <mikrutrafal54@gmail.com>"]
|
|
edition = "2018"
|
|
description = "Orbtk frontend of Czkawka"
|
|
license = "MIT"
|
|
homepage = "https://github.com/qarmin/czkawka"
|
|
repository = "https://github.com/qarmin/czkawka"
|
|
|
|
[dependencies]
|
|
czkawka_core = { path = "../czkawka_core" }
|
|
#orbtk = {git = "https://github.com/redox-os/orbtk", branch="develop"}
|
|
orbtk = "=0.3.1-alpha3" |