glock/glock-conf/Cargo.toml

11 lines
229 B
TOML

[package]
name = "glock-conf"
version = "0.1.0"
edition = "2024"
description = "Configurations for glock screenlock tool"
[dependencies]
serde = { version = "1.0.228", features = ["derive"] }
thiserror = "2.0.17"
toml = "0.9.8"