blob: bc7645de4eda1e2f33260db318de5355ba247690 [file] [edit]
# Copyright 2026 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("ffx_session_common") {
name = "ffx_session_common"
version = "0.1.0"
edition = "2024"
sources = [ "src/lib.rs" ]
deps = [
"//third_party/rust_crates:schemars",
"//third_party/rust_crates:serde",
]
}