mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 05:37:58 +00:00
18 lines
332 B
TOML
18 lines
332 B
TOML
[package]
|
|
name = "wa-serde-derive"
|
|
version = "0.1.137"
|
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
|
license = "MIT OR Apache-2.0"
|
|
description = "serde_derive compiled to wasm"
|
|
repository = "https://github.com/dtolnay/watt"
|
|
include = ["src"]
|
|
|
|
[lib]
|
|
name = "serde_derive"
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
watt = "0.4"
|
|
|
|
[workspace]
|