deno/cli/napi/sym/Cargo.toml
Bartek Iwańczuk fabd9a214b
chore: forward v1.43.6 release commit to main (#23936)
Bumped versions for 1.43.6

Co-authored-by: denobot <33910674+denobot@users.noreply.github.com>
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
2024-05-22 01:35:04 +00:00

22 lines
453 B
TOML

# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
[package]
name = "napi_sym"
version = "0.83.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
readme = "README.md"
repository.workspace = true
description = "proc macro for writing N-API symbols"
[lib]
path = "./lib.rs"
proc-macro = true
[dependencies]
quote.workspace = true
serde.workspace = true
serde_json.workspace = true
syn.workspace = true