Files
architect/sample/Cargo.toml
T
davidskrundz 984ad106ab Initial commit
All input and output functions are raw. Improved APIs will be added incrementally.
2025-03-24 19:48:04 -07:00

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 }