mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
chore: ensure internal crates are not published (#785)
This commit is contained in:
Generated
+1
-1
@@ -418,7 +418,7 @@ checksum = "bb97d56060ee67d285efb8001fec9d2a4c710c32efd2e14b5cbb5ba71930fc2d"
|
||||
|
||||
[[package]]
|
||||
name = "benches"
|
||||
version = "0.1.0"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
||||
+3
-7
@@ -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"
|
||||
|
||||
@@ -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,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,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
|
||||
|
||||
Reference in New Issue
Block a user