mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-07-07 17:45:01 +00:00
chore: ensure internal crates are not published (#785)
This commit is contained in:
parent
038c85f36d
commit
d995265724
5 changed files with 6 additions and 16 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -418,7 +418,7 @@ checksum = "bb97d56060ee67d285efb8001fec9d2a4c710c32efd2e14b5cbb5ba71930fc2d"
|
|||
|
||||
[[package]]
|
||||
name = "benches"
|
||||
version = "0.1.0"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue