feat: add async support
This commit is contained in:
@@ -1,13 +1,18 @@
|
||||
[package]
|
||||
name = "pamsock"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
async = ["dep:tokio"]
|
||||
|
||||
[dependencies]
|
||||
anstyle = "1.0.13"
|
||||
clap = { version = "4.5.60", features = ["derive"] }
|
||||
pam = "0.8.0"
|
||||
|
||||
tokio = { version = "1.49.0", optional = true }
|
||||
|
||||
[lints.clippy]
|
||||
pedantic = { level = "deny", priority = -1 }
|
||||
nursery = { level = "deny", priority = -1 }
|
||||
|
||||
Reference in New Issue
Block a user