17 lines
308 B
TOML
17 lines
308 B
TOML
[package]
|
|
name = "qstart"
|
|
authors = ["HaQadosch <gittea.h0w2x@passmail.net>"]
|
|
description = "a quick hello world"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = [ "cdylib" ]
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
http = "0.2"
|
|
spin-sdk = { git = "https://github.com/fermyon/spin", tag = "v2.0.1" }
|
|
|
|
[workspace]
|