You've already forked architect
984ad106ab
All input and output functions are raw. Improved APIs will be added incrementally.
15 lines
236 B
TOML
15 lines
236 B
TOML
[package]
|
|
name = "sample"
|
|
version = "0.0.0"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license-file.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[build-dependencies]
|
|
architect = { workspace = true }
|