mirror of
https://gitlab.com/fabinfra/fabaccess/FabFire-Provisioning-Tool.git
synced 2025-03-12 14:51:45 +01:00
20 lines
494 B
TOML
20 lines
494 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 = "3.1.3", features = ["derive"] }
|
||
|
desfire = { path = "../nfc_rs"}
|
||
|
serde = { version = "1.0.136", features = ["derive"] }
|
||
|
serde_json = "1.0.79"
|
||
|
hex = "0.4.3"
|
||
|
pcsc = "2.7.0"
|
||
|
rand = "0.8.5"
|
||
|
urn = "0.4.0"
|
||
|
urlencoding = "2.1.0"
|
||
|
uriparse = "0.6.3"
|
||
|
uuid = { version = "0.8.2", features = ["v4"] }
|