mirror of
https://github.com/marcoallegretti/WEFT_OS.git
synced 2026-03-27 09:23:09 +00:00
14 lines
263 B
TOML
14 lines
263 B
TOML
|
|
[package]
|
||
|
|
id = "org.weft.demo.notes"
|
||
|
|
name = "Notes"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "Persistent notes demonstrating fs:rw:app-data via weft:app/ipc"
|
||
|
|
author = "WEFT OS"
|
||
|
|
capabilities = ["fs:rw:app-data"]
|
||
|
|
|
||
|
|
[runtime]
|
||
|
|
module = "app.wasm"
|
||
|
|
|
||
|
|
[ui]
|
||
|
|
entry = "ui/index.html"
|