cdbk 0.3.5

a way to bundle apps for linux
[package]
name = "cdbk"
version = "0.3.5"
edition = "2024"

license = "MIT"
authors = ["chickencuber"]
repository = "https://github.com/chickencuber/cdbk"
description = "a way to bundle apps for linux"

[dependencies]
zip = "8.6.0"
toml = "1.1.2"
serde = { version = "1.0.228", features = ["derive"] }

cmdparsing = "2.2.6"
dirs = "6.0.0"
tt-call = "1.0.9"
tt-equal = "0.1.2"

slint = { version = "1.17.0", features = [
    "backend-qt",
] }
rfd = "0.17.2"
image = "0.25.10"

fs_extra = "1.3.0"
minijinja = "2.21.0"
walkdir = "2.5.0"

[build-dependencies]
slint-build = "1.17.0"