Brian J. Tarricone
2e86445c3d
This includes an abortive attempt to do a gtk4 dialog (which I don't think is possible, as gtk4 doesn't allow embedding toplevels anymore), and an iced dialog, which I just never started writing.
9 lines
113 B
TOML
9 lines
113 B
TOML
[package]
|
|
name = "bscreensaver-auth"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
pam = "0.7"
|