Skip to content

Commit

Permalink
feat: add mempool infra crate
Browse files Browse the repository at this point in the history
commit-id:cd9553c4
  • Loading branch information
Itay-Tsabary-Starkware committed May 1, 2024
1 parent 630d83e commit 79554f4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
resolver = "2"
members = ["crates/gateway", "crates/mempool", "crates/mempool_node"]
members = ["crates/gateway", "crates/mempool", "crates/mempool_node", "crates/mempool_infra"]

[workspace.package]
version = "0.0.0"
Expand Down
12 changes: 12 additions & 0 deletions crates/mempool_infra/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[package]
name = "mempool_infra"
version.workspace = true
edition.workspace = true
repository.workspace = true
license.workspace = true

[package.metadata.cargo-udeps.ignore]
normal = ["tokio"]

[lints]
workspace = true
1 change: 1 addition & 0 deletions crates/mempool_infra/src/lib.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 79554f4

Please sign in to comment.