You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
425 B

# Warning: the Cargo build is secondary to the Android build and it's likely to
# get out of sync or have dependency problems. If this happens, fixes and
# reports of the problem are welcomed.
[package]
name = "hwtrust"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
thiserror = "1.0"
ciborium = "0.2.0"
clap = { version = "4.1", features = ["derive"] }
coset = "0.3.3"
hex = "0.4.3"
openssl = "0.10.45"