16 lines
270 B
TOML
16 lines
270 B
TOML
[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]
|