blob: 3fada7b58dddeacae3737a2e89982f4113bf439f [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 v1/test_lib, but a different epoch. The GN
# target for the unit tests should not collide.
epoch = "2"
sources = [ "src/lib.rs" ]
}