feat: add dependency
This commit is contained in:
19
javascript-engine/external/boa/boa_macros/Cargo.toml
vendored
Normal file
19
javascript-engine/external/boa/boa_macros/Cargo.toml
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "boa_macros"
|
||||
description = "Macros for the Boa JavaScript engine."
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
authors.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0.23"
|
||||
syn = "1.0.107"
|
||||
proc-macro2 = "1.0"
|
||||
synstructure = "0.12"
|
||||
Reference in New Issue
Block a user