Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bytecodealliance
GitHub Repository: bytecodealliance/wasmtime
Path: blob/main/pulley/macros/Cargo.toml
1690 views
1
[package]
2
description = "Internal pulley macros"
3
edition.workspace = true
4
rust-version.workspace = true
5
license = "Apache-2.0 WITH LLVM-exception"
6
name = "pulley-macros"
7
repository = "https://github.com/bytecodealliance/wasmtime/tree/main/pulley/macros"
8
version.workspace = true
9
10
[dependencies]
11
syn = { workspace = true, features = ['full'] }
12
quote = { workspace = true }
13
proc-macro2 = { workspace = true }
14
15
[lib]
16
proc-macro = true
17
18