tpm2-store/Cargo.toml

17 lines
382 B
TOML
Raw Normal View History

2020-02-14 11:50:13 +01:00
[package]
name = "clevis-pin-tpm2"
version = "0.1.2"
2020-02-14 11:50:13 +01:00
authors = ["Patrick Uiterwijk <patrick@puiterwijk.org>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tss-esapi = "4.0.6-alpha.1"
2020-02-14 11:50:13 +01:00
serde = "1.0"
biscuit = "0.5.0-beta2"
2020-02-14 11:50:13 +01:00
serde_json = "1.0"
base64 = "0.12.1"
atty = "0.2.14"
tpm2-policy = "0.2.0"