blob: 44bed4fd810af7875713e20d6dc437e391719132 [file] [log] [blame]
# 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 = "multiple_crate_types"
version = "1.0.25"
authors = ["Erick Tryzelaar <etryzelaar@google.com>"]
edition = "2018"
[dependencies]
sub-crate-with-cdylib = { version = "1.0.25", path = "sub-crate-with-cdylib" }
sub-crate-with-dylib = { version = "1.0.25", path = "sub-crate-with-dylib" }
sub-crate-with-rlib = { version = "1.0.25", path = "sub-crate-with-rlib" }
[gn.package.sub-crate-with-cdylib."1.0.25"]
visibility = [":*", "//foo/bar/*"]
[gn.package.sub-crate-with-dylib."1.0.25"]
visibility = [":*", "//foo/bar/*"]