From 93e7ef0a2d6a35c0d10c156f5878cd664421a4b4 Mon Sep 17 00:00:00 2001 From: jorgeantonio21 Date: Mon, 23 Sep 2024 11:32:57 +0100 Subject: [PATCH 1/2] first commit --- atoma-json-rpc/Cargo.toml | 8 -------- atoma-json-rpc/src/main.rs | 3 --- atoma-networking/Cargo.toml | 8 -------- atoma-networking/src/main.rs | 3 --- 4 files changed, 22 deletions(-) delete mode 100644 atoma-json-rpc/Cargo.toml delete mode 100644 atoma-json-rpc/src/main.rs delete mode 100644 atoma-networking/Cargo.toml delete mode 100644 atoma-networking/src/main.rs diff --git a/atoma-json-rpc/Cargo.toml b/atoma-json-rpc/Cargo.toml deleted file mode 100644 index 0d81171c..00000000 --- a/atoma-json-rpc/Cargo.toml +++ /dev/null @@ -1,8 +0,0 @@ -[package] -name = "node-json-rpc" -version = "0.1.0" -edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] diff --git a/atoma-json-rpc/src/main.rs b/atoma-json-rpc/src/main.rs deleted file mode 100644 index e7a11a96..00000000 --- a/atoma-json-rpc/src/main.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn main() { - println!("Hello, world!"); -} diff --git a/atoma-networking/Cargo.toml b/atoma-networking/Cargo.toml deleted file mode 100644 index 61ae8047..00000000 --- a/atoma-networking/Cargo.toml +++ /dev/null @@ -1,8 +0,0 @@ -[package] -name = "networking" -version = "0.1.0" -edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] diff --git a/atoma-networking/src/main.rs b/atoma-networking/src/main.rs deleted file mode 100644 index e7a11a96..00000000 --- a/atoma-networking/src/main.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn main() { - println!("Hello, world!"); -} From 32241a46d1e1eadc73c2ce25808a573782d07664 Mon Sep 17 00:00:00 2001 From: jorgeantonio21 Date: Mon, 23 Sep 2024 11:34:14 +0100 Subject: [PATCH 2/2] update cargo.toml --- Cargo.toml | 4 ---- atoma-storage/Cargo.toml | 8 -------- atoma-storage/src/main.rs | 3 --- 3 files changed, 15 deletions(-) delete mode 100644 atoma-storage/Cargo.toml delete mode 100644 atoma-storage/src/main.rs diff --git a/Cargo.toml b/Cargo.toml index 31603cb1..d60348c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,14 +8,10 @@ members = [ "atoma-event-subscribe/solana", "atoma-event-subscribe/sui", "atoma-helpers", - "atoma-helpers", "atoma-inference", "atoma-input-manager", - "atoma-json-rpc", - "atoma-networking", "atoma-node", "atoma-output-manager", - "atoma-storage", "atoma-streamer", "atoma-types", "atoma-vllm", diff --git a/atoma-storage/Cargo.toml b/atoma-storage/Cargo.toml deleted file mode 100644 index 29ddeb40..00000000 --- a/atoma-storage/Cargo.toml +++ /dev/null @@ -1,8 +0,0 @@ -[package] -name = "atoma-storage" -version = "0.1.0" -edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] diff --git a/atoma-storage/src/main.rs b/atoma-storage/src/main.rs deleted file mode 100644 index e7a11a96..00000000 --- a/atoma-storage/src/main.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn main() { - println!("Hello, world!"); -}