feat: add initial projects

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-12-01 20:59:10 +01:00
commit be4d755d51
14 changed files with 480 additions and 0 deletions

25
alloy/Cargo.toml Normal file
View File

@@ -0,0 +1,25 @@
[package]
name = "alloy"
version = "0.1.0"
edition = "2021"
[dependencies]
wit-bindgen-rt = { version = "0.36.0", features = ["bitflags"] }
[lib]
crate-type = ["cdylib"]
[profile.release]
codegen-units = 1
opt-level = "s"
debug = false
strip = true
lto = true
[package.metadata.component]
package = "component:alloy"
[package.metadata.component.target.dependencies]
"component:churn-tasks" = { path = "../churn-tasks/wit" }
[package.metadata.component.dependencies]