summaryrefslogtreecommitdiff
path: root/cli/napi/sym/Cargo.toml
blob: fef749fc46d804b873f6f972dbbd60e94dd8cf96 (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.101.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