mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-27 09:23:09 +00:00
18 lines
230 B
TOML
18 lines
230 B
TOML
|
|
[package]
|
||
|
|
name = "org-weft-demo-notes"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2024"
|
||
|
|
|
||
|
|
[[bin]]
|
||
|
|
name = "app"
|
||
|
|
path = "src/main.rs"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
wit-bindgen = "0.53"
|
||
|
|
serde_json = "1"
|
||
|
|
|
||
|
|
[profile.release]
|
||
|
|
opt-level = "z"
|
||
|
|
strip = true
|
||
|
|
lto = true
|