Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bytecodealliance
GitHub Repository: bytecodealliance/wasmtime
Path: blob/main/crates/component-macro/test-helpers/Cargo.toml
1692 views
1
[package]
2
name = "component-macro-test-helpers"
3
version = "0.0.0"
4
edition.workspace = true
5
rust-version.workspace = true
6
publish = false
7
license = "Apache-2.0 WITH LLVM-exception"
8
9
[lints]
10
workspace = true
11
12
[lib]
13
proc-macro = true
14
test = false
15
doctest = false
16
17
[dependencies]
18
proc-macro2 = { workspace = true }
19
quote = { workspace = true }
20
21