Skip to content

Commit 3c3d34c

Browse files
committed
Update cargo toml to publish to crates.io
1 parent f2bc7aa commit 3c3d34c

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ members = [
77
]
88

99
[workspace.dependencies]
10-
rollup-boost = { path = "crates/rollup-boost" }
11-
1210
backoff = "0.4.0"
1311
clap = { version = "4", features = ["derive", "env"] }
1412
eyre = "0.6.12"

crates/rollup-boost/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[package]
22
name = "rollup-boost"
3-
version = "0.1.0"
3+
version = "0.7.12"
44
edition = "2024"
5+
description = "Rollup Boost is a sidecar for optimism rollups that enables rollup extensions"
6+
rust-version = "1.85"
57
license = "MIT"
8+
readme = "../../README.md"
69

710
[dependencies]
811
tracing.workspace = true

crates/websocket-proxy/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
name = "flashblocks-websocket-proxy"
33
version = "0.1.0"
44
edition = "2021"
5+
description = "Flashblocks Websocket Proxy is a service that subscribes to new Flashblocks broadcasts them to downstream RPC nodes"
56
rust-version = "1.85"
67
license = "MIT"
8+
readme = "README.md"
79

810
[dependencies]
911
tracing.workspace = true

0 commit comments

Comments
 (0)