From e5383b51f3b290a87b729929c377e93bda3873e0 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 17 Feb 2023 18:13:17 +0100 Subject: [PATCH] with repo --- crates/dagger-core/Cargo.toml | 1 + crates/dagger-sdk/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/crates/dagger-core/Cargo.toml b/crates/dagger-core/Cargo.toml index 122703d..f603075 100644 --- a/crates/dagger-core/Cargo.toml +++ b/crates/dagger-core/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" readme = "README.md" license-file = "LICENSE.MIT" description = "dagger sdk core library" +repository = "https://github.com/kjuulh/dagger-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] diff --git a/crates/dagger-sdk/Cargo.toml b/crates/dagger-sdk/Cargo.toml index 487167d..9877a18 100644 --- a/crates/dagger-sdk/Cargo.toml +++ b/crates/dagger-sdk/Cargo.toml @@ -5,6 +5,7 @@ edition = "2021" readme = "README.md" license-file = "LICENSE.MIT" description = "A dagger sdk for rust, written in rust" +repository = "https://github.com/kjuulh/dagger-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html