deno/cli/napi/sym/Cargo.toml

23 lines
482 B
TOML
Raw Normal View History

# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
2022-11-22 20:07:35 +00:00
[package]
name = "napi_sym"
version = "0.73.0"
2022-11-22 20:07:35 +00:00
authors.workspace = true
edition.workspace = true
license.workspace = true
readme = "README.md"
2022-11-22 20:07:35 +00:00
repository.workspace = true
description = "proc macro for writing N-API symbols"
[lib]
path = "./lib.rs"
proc-macro = true
[dependencies]
2022-11-22 20:07:35 +00:00
proc-macro2.workspace = true
quote.workspace = true
serde.workspace = true
serde_json.workspace = true
syn.workspace = true