cdbk 0.2.0

a way to bundle apps for linux
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "cdbk"
version = "0.2.0"
authors = ["chickencuber"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a way to bundle apps for linux"
readme = "README.md"
license = "MIT"
repository = "https://github.com/chickencuber/cdbk"

[[bin]]
name = "cdbk"
path = "src/main.rs"

[dependencies.cmdparsing]
version = "2.2.6"

[dependencies.dirs]
version = "6.0.0"

[dependencies.fs_extra]
version = "1.3.0"

[dependencies.image]
version = "0.25.10"

[dependencies.rfd]
version = "0.17.2"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.slint]
version = "1.17.0"

[dependencies.toml]
version = "1.1.2"

[dependencies.tt-call]
version = "1.0.9"

[dependencies.tt-equal]
version = "0.1.2"

[dependencies.zip]
version = "8.6.0"

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