Initial commit.
This commit is contained in:
commit
62d6a66cd0
12 changed files with 4342 additions and 0 deletions
22
Cargo.toml
Normal file
22
Cargo.toml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[package]
|
||||
name = "xenid"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
base64 = "0.22.1"
|
||||
bitflags = "2.10.0"
|
||||
der = { version = "0.7.10", features = ["alloc", "bytes", "oid", "std", "derive"] }
|
||||
gtk = { package = "gtk4", version = "0.10.3", features = ["v4_20"] }
|
||||
adw = { package = "libadwaita", version = "0.8.1", features = ["gtk_v4_20", "v1_8"] }
|
||||
openssl = { version = "0.10.75" }
|
||||
pcsc = "2.9.0"
|
||||
reqwest = { version = "0.12.24", features = ["json"] }
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_json = "1.0.145"
|
||||
sha2 = "0.10.9"
|
||||
tokio = { version = "1.48.0", features = ["full"] }
|
||||
url = "2.5.7"
|
||||
gdk = { package = "gdk4", version = "0.10.3", features = ["v4_20"] }
|
||||
async-channel = "2.5.0"
|
||||
glib = { version = "0.21.5", features = ["v2_86"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue