azure_security_attestation 0.0.1

This is the project which implements the Microsoft Azure Attestation client API and package
1
2
3
4
5
6
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

fn main() {
    println!("Coming soon: This is the project which implements the Microsoft Azure Attestation client API and package");
}