"...internal/webhook/validation/dynamographdeployment_test.go" did not exist on "872900f11901dc711b10192a036cfabae943a6b5"
Cargo.toml 563 Bytes
Newer Older
Ryan Olson's avatar
Ryan Olson committed
1
2
3
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

4
5
6
7
[workspace]
members = [
    "hello_world",
    "service_metrics",
8
    "system_metrics",
9
]
10
resolver = "3"
Ryan Olson's avatar
Ryan Olson committed
11

12
[workspace.package]
13
version = "0.6.1"
14
edition = "2024"
15
16
17
18
authors = ["NVIDIA"]
license = "Apache-2.0"
homepage = "https://github.com/ai-dynamo/dynamo"
repository = "https://github.com/ai-dynamo/dynamo.git"
Ryan Olson's avatar
Ryan Olson committed
19

20
21
22

[workspace.dependencies]
# local or crates.io
23
dynamo-runtime = { path = "../" }
24
prometheus = { version = "0.14" }