mirror of
https://github.com/kou029w/_.git
synced 2025-04-25 05:39:38 +00:00
16 lines
251 B
TOML
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]
|