feat: add __network/html-crawl-parse, __wasm/wasmtime-serde-demo
This commit is contained in:
16
__wasm/wasmtime-serde-demo/crates/host_macro/Cargo.toml
Normal file
16
__wasm/wasmtime-serde-demo/crates/host_macro/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "wasmtime_serde_host_macro"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "Unlicense OR MIT"
|
||||
authors = ["Heráclito <heraclitoqsaldanha@gmail.com>"]
|
||||
description = "Simple library for serializing complex types to the wasmtime runtime using serde"
|
||||
repository = "https://github.com/Heraclito-Q-Saldanha/wasmtime_serde"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = {version = "2.0.18", features = ["full"] }
|
||||
proc-macro2 = "1.0.59"
|
||||
quote = "1.0.28"
|
||||
Reference in New Issue
Block a user