Skip to content

Commit 68d953f

Browse files
fix: update crates metadata (NVIDIA#264)
Co-authored-by: Dmitry Tokarev <dtokarev@nvidia.com>
1 parent ff3413b commit 68d953f

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

launch/dynamo-run/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ authors.workspace = true
2121
homepage.workspace = true
2222
license.workspace = true
2323
repository.workspace = true
24+
readme.workspace = true
25+
description = "Dynamo Run CLI"
2426

2527
[features]
2628
# Build with `--no-default-features` to disable these defaults

lib/llm/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ edition.workspace = true
2020
authors.workspace = true
2121
license.workspace = true
2222
homepage.workspace = true
23+
repository.workspace = true
24+
readme.workspace = true
25+
description = "Dynamo LLM Library"
2326

2427
[features]
2528
default = []

lib/runtime/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ authors.workspace = true
2222
license.workspace = true
2323
homepage.workspace = true
2424
repository.workspace = true
25+
description = "Dynamo Runtime Library"
2526

2627
[features]
2728
default = []

0 commit comments

Comments
 (0)