blob: 09de031d737e61a1778383b7e9803f1e805dc312 [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 = "feature_test"
version = "0.1.0"
edition = "2018"
[dependencies]
needs_feature = { path = "needs_feature" }
[gn]
require_feature_reviews = ["crate_with_features"]
[gn.package.crate_with_features."0.1.0"]
reviewed_features = ["feature1"]