Skip to content

Commit 6ba800e

Browse files
author
Eric Swanson
committed
more publish = false
1 parent 37aba02 commit 6ba800e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/canisters/frontend/ic-asset/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ description = "Library for storing files in an asset canister."
1010
documentation = "https://docs.rs/ic-asset"
1111
categories = ["api-bindings", "data-structures"]
1212
keywords = ["internet-computer", "assets", "icp", "dfinity"]
13+
publish = false
1314

1415
[dependencies]
1516
backoff.workspace = true

src/canisters/frontend/ic-certified-assets/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ description = "Rust support for asset certification."
1010
documentation = "https://docs.rs/ic-certified-assets"
1111
categories = ["wasm", "filesystem", "data-structures"]
1212
keywords = ["internet-computer", "dfinity"]
13+
publish = false
1314

1415
[dependencies]
1516
base64.workspace = true

src/canisters/frontend/ic-frontend-canister/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ repository = "https://github.com/dfinity/sdk"
88
license = "Apache-2.0"
99
categories = ["wasm"]
1010
keywords = ["internet-computer", "dfinity"]
11+
publish = false
1112

1213
[lib]
1314
path = "src/lib.rs"

0 commit comments

Comments
 (0)