Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
68d953f7
Commit
68d953f7
authored
Mar 19, 2025
by
Anant Sharma
Committed by
GitHub
Mar 19, 2025
Browse files
fix: update crates metadata (#264)
Co-authored-by:
Dmitry Tokarev
<
dtokarev@nvidia.com
>
parent
ff3413be
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
launch/dynamo-run/Cargo.toml
launch/dynamo-run/Cargo.toml
+2
-0
lib/llm/Cargo.toml
lib/llm/Cargo.toml
+3
-0
lib/runtime/Cargo.toml
lib/runtime/Cargo.toml
+1
-0
No files found.
launch/dynamo-run/Cargo.toml
View file @
68d953f7
...
@@ -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
...
...
lib/llm/Cargo.toml
View file @
68d953f7
...
@@ -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
=
[]
...
...
lib/runtime/Cargo.toml
View file @
68d953f7
...
@@ -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
=
[]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment