chore: ensure internal crates are not published (#785)

This commit is contained in:
Benoît Cortier
2025-05-07 08:42:22 +00:00
committed by GitHub
parent 038c85f36d
commit d995265724
5 changed files with 6 additions and 16 deletions
Generated
+1 -1
View File
@@ -418,7 +418,7 @@ checksum = "bb97d56060ee67d285efb8001fec9d2a4c710c32efd2e14b5cbb5ba71930fc2d"
[[package]]
name = "benches"
version = "0.1.0"
version = "0.0.0"
dependencies = [
"anyhow",
"async-trait",
+3 -7
View File
@@ -1,13 +1,9 @@
[package]
name = "benches"
version = "0.1.0"
version = "0.0.0"
description = "IronRDP benchmarks"
publish = false
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
[[bin]]
name = "perfenc"
-6
View File
@@ -3,12 +3,6 @@ name = "ironrdp-bench"
version = "0.0.0"
description = "IronRDP benchmarks"
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
publish = false
[dev-dependencies]
+1 -1
View File
@@ -1,9 +1,9 @@
[package]
name = "ironrdp-pdu-generators"
version = "0.0.0"
edition = "2021"
description = "`proptest` generators for `ironrdp-pdu` types"
publish = false
edition.workspace = true
[lib]
doctest = false
+1 -1
View File
@@ -1,9 +1,9 @@
[package]
name = "ironrdp-session-generators"
version = "0.0.0"
edition = "2021"
description = "`proptest` generators for `ironrdp-session` types"
publish = false
edition.workspace = true
[lib]
doctest = false