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