Skip to content

Commit

Permalink
Add cargo.toml to mempool
Browse files Browse the repository at this point in the history
  • Loading branch information
ayeletstarkware committed Mar 13, 2024
1 parent 27153bc commit 08b7ae0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[workspace]
# Using version 2 to avoid unifying features. For more info, read:
# https://doc.rust-lang.org/cargo/reference/resolver.html#feature-resolver-version-2
resolver = "2" # Specify the resolver version that matches edition 2021

members = ["crates/gateway"]
10 changes: 10 additions & 0 deletions crates/gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "gateway"
version = "0.1.0"
edition = "2021"

[dependencies]


[lib]
name = "gateway_lib"

0 comments on commit 08b7ae0

Please sign in to comment.