diff --git a/Cargo.lock b/Cargo.lock index c679d308b3..9416505c00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8983,6 +8983,14 @@ dependencies = [ "validator", ] +[[package]] +name = "starknet_gateway_types" +version = "0.0.0" + +[[package]] +name = "starknet_http_server" +version = "0.0.0" + [[package]] name = "starknet_mempool" version = "0.0.0" diff --git a/Cargo.toml b/Cargo.toml index 273a5958d8..baf388e120 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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", diff --git a/crates/gateway_types/Cargo.toml b/crates/gateway_types/Cargo.toml new file mode 100644 index 0000000000..009a988397 --- /dev/null +++ b/crates/gateway_types/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "starknet_gateway_types" +version.workspace = true +edition.workspace = true +license.workspace = true +repository.workspace = true + +[lints] +workspace = true diff --git a/crates/gateway_types/src/lib.rs b/crates/gateway_types/src/lib.rs new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/crates/gateway_types/src/lib.rs @@ -0,0 +1 @@ + diff --git a/crates/http_server/Cargo.toml b/crates/http_server/Cargo.toml new file mode 100644 index 0000000000..48d99ffb97 --- /dev/null +++ b/crates/http_server/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "starknet_http_server" +version.workspace = true +edition.workspace = true +license.workspace = true +repository.workspace = true + +[lints] +workspace = true diff --git a/crates/http_server/src/lib.rs b/crates/http_server/src/lib.rs new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/crates/http_server/src/lib.rs @@ -0,0 +1 @@ +