blob: 4c6d2ab3988b9ffe37458142bd6b8e829f209b5f [file] [log] [blame]
# Copyright 2025 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("config") {
edition = "2024"
name = "fshost_assembly_config"
deps = [ "//third_party/rust_crates:serde" ]
sources = [ "src/lib.rs" ]
}