mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
18 lines
373 B
TOML
18 lines
373 B
TOML
[package]
|
|
name = "toolbox-tuner"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
relm4 = {version="0.4", features = ["libadwaita", "macros"]}
|
|
|
|
[package.metadata.appimage]
|
|
auto_link = true
|
|
auto_link_exclude_list = [
|
|
"libc.so*",
|
|
"libdl.so*",
|
|
"libpthread.so*",
|
|
]
|