Commit e5db9e86 authored by Neelay Shah's avatar Neelay Shah Committed by GitHub
Browse files

refactor: Move rust binaries out of examples, update nixl dockerfile (#89)


Co-authored-by: default avatarMeenakshi Sharma <163925564+nvda-mesharma@users.noreply.github.com>
parent e1a95dab
...@@ -26,7 +26,7 @@ repository.workspace = true ...@@ -26,7 +26,7 @@ repository.workspace = true
dynamo-runtime = { workspace = true } dynamo-runtime = { workspace = true }
# third-party # third-party
futures = { workspace = true } futures = "0.3"
serde = { workspace = true } serde = { version = "1", features = ["derive"] }
serde_json = { workspace = true } serde_json = { version = "1" }
tokio = { workspace = true } tokio = { version = "1", features = ["full"] }
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