web_macro 0.0.1

A library for interacting with the web browser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "web_macro"
version = "0.0.1"
edition = "2021"
authors = ["Richard Anaya"]
license = "MIT OR Apache-2.0"
description = "A library for interacting with the web browser"
repository = "https://github.com/richardanaya/js-wasm"

[lib]
proc-macro = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
quote = "1.0.23"
# full syn
syn = { version = "1.0.107", features = ["full"] }