Skip to content

Commit 810f835

Browse files
authored
Merge pull request #1 from Created-for-a-purpose/dstack-sdk-rust
Feat: Adding rust implementation of Dstack client
2 parents e8b036d + ee5b6c8 commit 810f835

File tree

10 files changed

+6482
-108
lines changed

10 files changed

+6482
-108
lines changed

Cargo.lock

Lines changed: 1787 additions & 108 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ members = [
3535
"dstack-types",
3636
"cert-client",
3737
"lspci",
38+
"sdk/rust",
3839
]
3940
resolver = "2"
4041

sdk/rust/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target/

0 commit comments

Comments
 (0)