tpm2-store/Cargo.toml
Patrick Uiterwijk a2650d5234 Initial commit
2020-07-16 16:22:34 +02:00

15 lines
398 B
TOML

[package]
name = "clevis-pin-tpm2"
version = "0.1.0"
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.5-alpha.1"
serde = "1.0"
biscuit = { git = "https://github.com/lawliet89/biscuit", branch = "master" }
serde_json = "1.0"
base64 = "0.12.1"