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

This commit is contained in:
Benoît Cortier 2025-05-07 10:42:22 +02:00 committed by GitHub
parent 038c85f36d
commit d995265724
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 16 deletions

2
Cargo.lock generated
View file

@ -418,7 +418,7 @@ checksum = "bb97d56060ee67d285efb8001fec9d2a4c710c32efd2e14b5cbb5ba71930fc2d"
[[package]]
name = "benches"
version = "0.1.0"
version = "0.0.0"
dependencies = [
"anyhow",
"async-trait",

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"

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]

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

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