blob: 98135808fd79350744d8cba6244225e4fc973df9 [file] [log] [blame]
#####################################################################
# Copyright (c) 2024 Boeing
#
# This program and the accompanying materials are made
# available under the terms of the Eclipse Public License 2.0
# which is available at https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
#
# Contributors:
# Boeing - initial API and implementation
######################################################################
[package]
name = "applicability_parser_config"
version = "2.0.0"
edition = "2021"
publish = ["artifactory-remote"]
license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = {version = "1.0.188", optional=false, features = ["derive"] }
serde_json = "1.0.107"
applicability = {path="../applicability",features=["serde"]}
tracing = { version = "0.1.40" }