# 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 = "crate_with_features" | |
version = "0.1.0" | |
edition = "2018" | |
[features] | |
feature1 = [] | |
feature2 = [] |