Commit 68d953f7 authored by Anant Sharma's avatar Anant Sharma Committed by GitHub
Browse files

fix: update crates metadata (#264)


Co-authored-by: default avatarDmitry Tokarev <dtokarev@nvidia.com>
parent ff3413be
...@@ -21,6 +21,8 @@ authors.workspace = true ...@@ -21,6 +21,8 @@ authors.workspace = true
homepage.workspace = true homepage.workspace = true
license.workspace = true license.workspace = true
repository.workspace = true repository.workspace = true
readme.workspace = true
description = "Dynamo Run CLI"
[features] [features]
# Build with `--no-default-features` to disable these defaults # Build with `--no-default-features` to disable these defaults
......
...@@ -20,6 +20,9 @@ edition.workspace = true ...@@ -20,6 +20,9 @@ edition.workspace = true
authors.workspace = true authors.workspace = true
license.workspace = true license.workspace = true
homepage.workspace = true homepage.workspace = true
repository.workspace = true
readme.workspace = true
description = "Dynamo LLM Library"
[features] [features]
default = [] default = []
......
...@@ -22,6 +22,7 @@ authors.workspace = true ...@@ -22,6 +22,7 @@ authors.workspace = true
license.workspace = true license.workspace = true
homepage.workspace = true homepage.workspace = true
repository.workspace = true repository.workspace = true
description = "Dynamo Runtime Library"
[features] [features]
default = [] default = []
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment