Skip to content

Commit c3e7e97

Browse files
committed
Cargo.toml polishing
1 parent c956972 commit c3e7e97

28 files changed

Lines changed: 42 additions & 52 deletions

File tree

crates/benchmarks/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ license.workspace = true
99
keywords.workspace = true
1010
categories.workspace = true
1111
publish = false
12-
readme = "../../README.md"
12+
description = "Performance benchmarks for PECOS (internal)"
13+
readme = "README.md"
1314

1415
[dev-dependencies]
1516
criterion.workspace = true

crates/pecos-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pecos-build"
33
version.workspace = true
44
edition.workspace = true
55
description = "PECOS build utilities - dependency management, LLVM setup, and build script helpers"
6-
readme.workspace = true
6+
readme = "README.md"
77
authors.workspace = true
88
homepage.workspace = true
99
repository.workspace = true

crates/pecos-chromobius/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
name = "pecos-chromobius"
33
version.workspace = true
44
edition.workspace = true
5-
readme.workspace = true
5+
readme = "README.md"
66
authors.workspace = true
77
homepage.workspace = true
88
repository.workspace = true
99
license.workspace = true
1010
keywords.workspace = true
1111
categories.workspace = true
12-
description = "Chromobius decoder wrapper for PECOS"
12+
description = "Chromobius color code decoder for PECOS"
1313

1414
[dependencies]
1515
pecos-decoder-core.workspace = true

crates/pecos-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ repository.workspace = true
88
license.workspace = true
99
keywords.workspace = true
1010
categories.workspace = true
11-
description = "Provides core definitions and functions for PECOS simulations."
12-
readme = "../../README.md"
11+
description = "Core types and utilities for PECOS"
12+
readme = "README.md"
1313

1414
[dependencies]
1515
bitvec.workspace = true

crates/pecos-decoder-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pecos-decoder-core"
33
version.workspace = true
44
edition.workspace = true
5-
readme.workspace = true
5+
readme = "README.md"
66
authors.workspace = true
77
homepage.workspace = true
88
repository.workspace = true

crates/pecos-decoders/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
name = "pecos-decoders"
33
version.workspace = true
44
edition.workspace = true
5-
readme.workspace = true
5+
readme = "README.md"
66
authors.workspace = true
77
homepage.workspace = true
88
repository.workspace = true
99
license.workspace = true
1010
keywords.workspace = true
1111
categories.workspace = true
12-
description = "Unified decoder library for PECOS - meta crate"
12+
description = "Unified decoder meta-crate for PECOS"
1313

1414
[dependencies]
1515
pecos-decoder-core.workspace = true

crates/pecos-engines/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
name = "pecos-engines"
33
version.workspace = true
44
edition.workspace = true
5-
readme.workspace = true
5+
readme = "README.md"
66
authors.workspace = true
77
homepage.workspace = true
88
repository.workspace = true
99
license.workspace = true
1010
keywords.workspace = true
1111
categories.workspace = true
12-
description = "Provides simulator engines for PECOS simulations."
12+
description = "Simulation engine infrastructure for PECOS"
1313

1414
[lib]
1515
crate-type = ["rlib"]

crates/pecos-fusion-blossom/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
name = "pecos-fusion-blossom"
33
version.workspace = true
44
edition.workspace = true
5-
readme.workspace = true
5+
readme = "README.md"
66
authors.workspace = true
77
homepage.workspace = true
88
repository.workspace = true
99
license.workspace = true
1010
keywords.workspace = true
1111
categories.workspace = true
12-
description = "Fusion Blossom decoder wrapper for PECOS"
12+
description = "Fusion Blossom MWPM decoder for PECOS"
1313

1414
[dependencies]
1515
pecos-decoder-core.workspace = true

crates/pecos-hugr-qis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository.workspace = true
88
license.workspace = true
99
keywords.workspace = true
1010
categories.workspace = true
11-
description = "HUGR to QIS (Quantum Instruction Set) compiler for PECOS quantum programs."
11+
description = "HUGR to QIS compiler for PECOS"
1212
readme = "README.md"
1313

1414
[dependencies]

crates/pecos-hugr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pecos-hugr"
33
version.workspace = true
44
edition.workspace = true
5-
readme.workspace = true
5+
readme = "README.md"
66
authors.workspace = true
77
homepage.workspace = true
88
repository.workspace = true

0 commit comments

Comments
 (0)