From 989d5bc26036d46a199d939b5cbbe72aff2f8fb1 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 17 Feb 2023 18:19:31 +0100 Subject: [PATCH] with publish --- Cargo.toml | 1 + crates/dagger-codegen/Cargo.toml | 1 + crates/dagger-core/Cargo.toml | 1 + crates/dagger-sdk/Cargo.toml | 1 + 4 files changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index c013fc3..44ee2df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ readme = "README.md" license-file = "LICENSE.MIT" description = "A dagger sdk for rust, written in rust" repository = "https://github.com/kjuulh/dagger-rs" +publish = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/dagger-codegen/Cargo.toml b/crates/dagger-codegen/Cargo.toml index 7700bd5..746bc7a 100644 --- a/crates/dagger-codegen/Cargo.toml +++ b/crates/dagger-codegen/Cargo.toml @@ -6,6 +6,7 @@ readme = "README.md" license-file = "LICENSE.MIT" description = "dagger sdk codegen library" repository = "https://github.com/kjuulh/dagger-rs" +publish = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] diff --git a/crates/dagger-core/Cargo.toml b/crates/dagger-core/Cargo.toml index f603075..50fc2f0 100644 --- a/crates/dagger-core/Cargo.toml +++ b/crates/dagger-core/Cargo.toml @@ -6,6 +6,7 @@ readme = "README.md" license-file = "LICENSE.MIT" description = "dagger sdk core library" repository = "https://github.com/kjuulh/dagger-rs" +publish = true # 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 9877a18..ca5edc0 100644 --- a/crates/dagger-sdk/Cargo.toml +++ b/crates/dagger-sdk/Cargo.toml @@ -6,6 +6,7 @@ readme = "README.md" license-file = "LICENSE.MIT" description = "A dagger sdk for rust, written in rust" repository = "https://github.com/kjuulh/dagger-rs" +publish = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html