architect 0.0.0

A cargo interface for build scripts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "architect"
version = "0.0.0"

categories = ["development-tools::build-utils"]
description = "A cargo interface for build scripts"
repository = "https://github.com/QuantumShade/architect"

authors.workspace = true
edition.workspace = true
license-file.workspace = true
rust-version.workspace = true

[lints]
workspace = true

[dependencies]
paste = { workspace = true }