apt-decoder/Cargo.toml

20 lines
425 B
TOML
Raw Normal View History

2016-11-23 23:37:39 +01:00
[package]
name = "apt-decoder"
2022-04-10 23:18:32 +02:00
version = "1.0.0"
2017-09-06 21:25:27 +02:00
authors = ["Sebastian <sebastian@sebastians-site.de>"]
2016-11-23 23:37:39 +01:00
[dependencies]
clap = {version = "3.1.8", features = ["cargo"]}
indicatif = "0.16.2"
hound = "3.4.0"
image = "0.24.0"
eframe = {version = "0.16.0", optional = true}
2022-02-09 17:41:04 +01:00
rfd = "0.7.0"
2022-02-20 20:36:21 +01:00
thiserror = "1.0.30"
[features]
# Defines a feature named `webp` that does not enable any other features.
default = ["ui"]
ui = ["eframe"]