mirror of
https://gitlab.com/fabinfra/fabaccess/FabFire-Provisioning-Tool.git
synced 2025-03-12 06:41:44 +01:00
20 lines
490 B
TOML
20 lines
490 B
TOML
[package]
|
|
name = "fabfire_provision"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.31", features = ["derive"] }
|
|
desfire = "0.2.0-alpha3"
|
|
serde = { version = "1.0.218", features = ["derive"] }
|
|
serde_json = "1.0.140"
|
|
hex = "0.4.3"
|
|
pcsc = "2.9.0"
|
|
rand = "0.9.0"
|
|
urn = "0.5.1"
|
|
urlencoding = "2.1.3"
|
|
uriparse = "0.6.4"
|
|
uuid = { version = "1.15.1", features = ["v4"] }
|