blob: a5687e22b6bfe3de42f045fb6d10465155722cc0 [file] [log] [blame]
# Copyright 2022 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/rust/rustc_library.gni")
rustc_library("tpm2-tss-sys") {
name = "tpm2-tss-sys"
version = "0.1.0"
with_unit_tests = true
edition = "2021"
non_rust_deps = [ "//third_party/boringssl" ]
sources = [
"src/lib.rs",
"src/tss2_tpm2_types.rs",
]
}