[package]
edition = "2021"
name = "foundry-conventions"
version = "0.1.0"
authors = [
"Logan",
"Lugina <lugina@ltechnosoft.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Config layer precedence and decision tracing for Rust Foundry"
homepage = "https://github.com/logando-al/rust-foundry"
readme = false
license = "MIT"
repository = "https://github.com/logando-al/rust-foundry"
[lib]
name = "foundry_conventions"
path = "src/lib.rs"
[dependencies.foundry-schema]
version = "0.1.0"
[dependencies.foundry-types]
version = "0.1.0"