Skip to content

Commit c3f240f

Browse files
committed
fix: correct README paths for unpublished crates
1 parent 5f721c2 commit c3f240f

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

bin/atupa/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ edition = { workspace = true }
55
authors = { workspace = true }
66
license = { workspace = true }
77
description = "atupa — Unified EVM + Stylus Execution Profiler CLI"
8+
readme = { workspace = true }
89

910
# Standalone binary target
1011
#

crates/atupa-aave/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = { workspace = true }
55
authors = { workspace = true }
66
license = { workspace = true }
77
repository = { workspace = true }
8-
readme = "README.md"
8+
readme = { workspace = true }
99
homepage = { workspace = true }
1010
documentation = { workspace = true }
1111
description = "DeepTracer: Aave v3 & GHO protocol adapter for the Atupa EVM profiling engine"

crates/atupa-nitro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = { workspace = true }
55
authors = { workspace = true }
66
license = { workspace = true }
77
repository = { workspace = true }
8-
readme = "README.md"
8+
readme = { workspace = true }
99
homepage = { workspace = true }
1010
documentation = { workspace = true }
1111
description = "Arbitrum Nitro & Stylus unified tracing adapter for the Atupa engine"

0 commit comments

Comments
 (0)