22 lines
472 B
TOML
22 lines
472 B
TOML
[package]
|
|
name = "dasungd"
|
|
version.workspace = true
|
|
build = "../../tools/version-build.rs"
|
|
edition = "2024"
|
|
description = "DASUNG Paperlike USB keepalive, control socket and Linux display profile daemon"
|
|
license = "MIT"
|
|
|
|
[features]
|
|
vendored = ["rusb/vendored"]
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
clap.workspace = true
|
|
ctrlc = { version = "3", features = ["termination"] }
|
|
libc = "0.2"
|
|
rusb = "0.9"
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
toml = "0.8"
|
|
|