"benchmarks/vscode:/vscode.git/clone" did not exist on "7afb5431ff5332f04ed9f344b1f860ce3ca04058"
Cargo.toml 453 Bytes
Newer Older
1
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SPDX-License-Identifier: Apache-2.0

[package]
name = "dynamo-codegen"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"

[dependencies]
syn = { version = "2.0", features = ["full", "extra-traits"] }
quote = "1.0"
proc-macro2 = "1.0"
anyhow = "1.0"

[[bin]]
name = "gen-python-prometheus-names"
path = "src/gen_python_prometheus_names.rs"