Skip to content

Commit

Permalink
build: add gateway_types and http_server crates
Browse files Browse the repository at this point in the history
commit-id:d0448e57
  • Loading branch information
Itay-Tsabary-Starkware committed Sep 16, 2024
1 parent d0fd64d commit b588825
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ members = [
"crates/consensus_manager",
"crates/consensus_manager_types",
"crates/gateway",
"crates/gateway_types",
"crates/http_server",
"crates/mempool",
"crates/mempool_infra",
"crates/mempool_node",
Expand Down
9 changes: 9 additions & 0 deletions crates/gateway_types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[package]
name = "starknet_gateway_types"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true

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

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

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

0 comments on commit b588825

Please sign in to comment.