mirror of
https://github.com/morgan9e/adw-askpass
synced 2026-04-14 00:04:04 +09:00
Initial commit
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "adw-askpass"
|
||||
version = "0.0.1"
|
||||
edition = "2024"
|
||||
|
||||
[[bin]]
|
||||
name = "adw-askpass"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
gtk4 = "0.11"
|
||||
libadwaita = { version = "0.9", features = ["v1_2"] }
|
||||
Reference in New Issue
Block a user