blob: 3b90cad2800ee765f9eb5f7a26ea08b09dc34716 [file] [log] [blame] [edit]
# 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.
[package]
name = "visibility_test"
version = "0.1.0"
edition = "2018"
[dependencies]
example_lib = { version = "1.0", path = "example_lib" }
# gn config
[gn.package.example_lib."1.0.0"]
target_renaming = { import = "//example.gni", group_name = "renamed_group", rule_name = "renamed_rule" }