tpm/aziot-tpm-client-async/Cargo.toml (11 lines of code) (raw):

[package] name = "aziot-tpm-client-async" version = "0.1.0" authors = ["Azure IoT Edge Devs"] edition = "2021" [dependencies] http = "0.2" hyper = "0.14" aziot-tpm-common = { path = "../aziot-tpm-common" } aziot-tpm-common-http = { path = "../aziot-tpm-common-http" } http-common = { path = "../../http-common" }