blob: 0704a1659cee0f35a77271a67c2ee21d24556f80 [file] [log] [blame]
# Copyright 2021 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/rust/cargo_crate.gni")
cargo_crate("test_lib") {
# This crate has the same name as v2/test_lib, but a different epoch. The GN
# target for the unit tests should not collide.
epoch = "1"
sources = [ "src/lib.rs" ]
}