Skip to content

Commit ecc8458

Browse files
committed
Making cratest publishable
1 parent 0a710f9 commit ecc8458

5 files changed

Lines changed: 0 additions & 5 deletions

File tree

crates/r2x-ast/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ documentation = { workspace = true }
1010
rust-version = { workspace = true }
1111

1212
description = "AST discovery utilities for the r2x CLI"
13-
publish = false
1413

1514
[dependencies]
1615
anyhow = "1.0"

crates/r2x-config/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ documentation = { workspace = true }
1010
rust-version = { workspace = true }
1111

1212
description = "Configuration management for the r2x CLI"
13-
publish = false
1413

1514
[dependencies]
1615
dirs = "6.0"

crates/r2x-logger/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ documentation = { workspace = true }
1010
rust-version = { workspace = true }
1111

1212
description = "Logging utilities for the r2x CLI"
13-
publish = false
1413

1514
[dependencies]
1615
chrono = { version = "0.4", features = ["serde"] }

crates/r2x-manifest/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ documentation = { workspace = true }
1010
rust-version = { workspace = true }
1111

1212
description = "Manifest management utilities for the r2x CLI"
13-
publish = false
1413

1514
[dependencies]
1615
anyhow = "1.0"

crates/r2x-python/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ documentation = { workspace = true }
1010
rust-version = { workspace = true }
1111

1212
description = "Python bridge for the r2x CLI"
13-
publish = false
1413

1514
[dependencies]
1615
once_cell = "1.19"

0 commit comments

Comments
 (0)