1dfe32fa1Soh_ci# Copyright (c) 2023 Huawei Device Co., Ltd.
2dfe32fa1Soh_ci# Licensed under the Apache License, Version 2.0 (the "License");
3dfe32fa1Soh_ci# you may not use this file except in compliance with the License.
4dfe32fa1Soh_ci# You may obtain a copy of the License at
5dfe32fa1Soh_ci#
6dfe32fa1Soh_ci#     http://www.apache.org/licenses/LICENSE-2.0
7dfe32fa1Soh_ci#
8dfe32fa1Soh_ci# Unless required by applicable law or agreed to in writing, software
9dfe32fa1Soh_ci# distributed under the License is distributed on an "AS IS" BASIS,
10dfe32fa1Soh_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11dfe32fa1Soh_ci# See the License for the specific language governing permissions and
12dfe32fa1Soh_ci# limitations under the License.
13dfe32fa1Soh_ci
14dfe32fa1Soh_ci[package]
15dfe32fa1Soh_ciname = "asset_definition"
16dfe32fa1Soh_civersion = "0.1.0"
17dfe32fa1Soh_ciedition = "2021"
18dfe32fa1Soh_ci
19dfe32fa1Soh_ci# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
20dfe32fa1Soh_ci
21dfe32fa1Soh_ci[dependencies]
22dfe32fa1Soh_ciasset_log = { path = "../os_dependency/log" }
23