Skip to content

Commit 5c9c906

Browse files
fix: disable publishing for benchmark and example crates (#37)
1 parent 4b62924 commit 5c9c906

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

benchmarks/compile/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "fortifier-benchmark-compile"
33
description = "Fortifier compile time benchmark."
4+
publish = false
45

56
authors.workspace = true
67
edition.workspace = true

examples/basic/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "fortifier-example-basic"
33
description = "Fortifier basic example."
4+
publish = false
45

56
authors.workspace = true
67
edition.workspace = true

examples/server/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "fortifier-example-server"
33
description = "Fortifier server example."
4+
publish = false
45

56
authors.workspace = true
67
edition.workspace = true

0 commit comments

Comments
 (0)