feat: some shit

This commit is contained in:
2024-02-28 21:21:42 +01:00
commit 27b6514167
39 changed files with 9501 additions and 0 deletions

17
nodes/add/Cargo.toml Normal file
View File

@@ -0,0 +1,17 @@
[package]
name = "add"
version = "0.1.0"
edition = "2021"
[dependencies]
wit-bindgen = { version = "0.19.2", default-features = false, features = [
"realloc",
] }
[lib]
crate-type = ["cdylib"]
[package.metadata.component]
package = "component:add"
[package.metadata.component.dependencies]