summaryrefslogtreecommitdiff
path: root/ext/napi/sym/Cargo.toml
blob: 7c13a9165c820556d0c6bfbba867edbf07195c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.

[package]
name = "napi_sym"
version = "0.107.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