Skip to content

Commit

Permalink
more publish = false
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswanson-dfinity committed Jan 11, 2024
1 parent 37aba02 commit 6ba800e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/canisters/frontend/ic-asset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ description = "Library for storing files in an asset canister."
documentation = "https://docs.rs/ic-asset"
categories = ["api-bindings", "data-structures"]
keywords = ["internet-computer", "assets", "icp", "dfinity"]
publish = false

[dependencies]
backoff.workspace = true
Expand Down
1 change: 1 addition & 0 deletions src/canisters/frontend/ic-certified-assets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ description = "Rust support for asset certification."
documentation = "https://docs.rs/ic-certified-assets"
categories = ["wasm", "filesystem", "data-structures"]
keywords = ["internet-computer", "dfinity"]
publish = false

[dependencies]
base64.workspace = true
Expand Down
1 change: 1 addition & 0 deletions src/canisters/frontend/ic-frontend-canister/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ repository = "https://github.com/dfinity/sdk"
license = "Apache-2.0"
categories = ["wasm"]
keywords = ["internet-computer", "dfinity"]
publish = false

[lib]
path = "src/lib.rs"
Expand Down

0 comments on commit 6ba800e

Please sign in to comment.