feat: with spin test app

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-01-23 21:24:01 +01:00
parent 5db3d83c79
commit 7c11555a53
11 changed files with 1056 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
[package]
name = "spin-test-app"
authors = ["kjuulh <contact@kjuulh.io>"]
description = ""
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
anyhow = "1"
spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v2.1.0" }
[workspace]