1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-04-25 05:39:38 +00:00
_/spin-hello-world/Cargo.toml
2025-04-08 17:18:59 +09:00

16 lines
251 B
TOML

[package]
name = "hello-world-spin"
authors = ["Kohei Watanabe <nebel@fogtype.com>"]
description = ""
version = "0.1.0"
rust-version = "1.78"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
anyhow = "1"
spin-sdk = "3.1.0"
[workspace]