We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba800e commit a1ef0b3Copy full SHA for a1ef0b3
src/canisters/frontend/ic-frontend-canister/Cargo.toml
@@ -17,3 +17,7 @@ crate-type = ["cdylib"]
17
[dependencies]
18
ic-certified-assets = { path = "../ic-certified-assets" }
19
ic-cdk.workspace = true
20
+
21
+# Config for 'cargo dist'
22
+[package.metadata.dist]
23
+dist = false
0 commit comments