From 7e4cfad53699fabbecb6696508e5addcffc1b095 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Sat, 20 Jun 2026 00:24:34 +0530 Subject: restructure to use rust source tree primarily --- rust/Cargo.lock | 7 ------- rust/Cargo.toml | 6 ------ rust/src/main.rs | 3 --- 3 files changed, 16 deletions(-) delete mode 100644 rust/Cargo.lock delete mode 100644 rust/Cargo.toml delete mode 100644 rust/src/main.rs (limited to 'rust') diff --git a/rust/Cargo.lock b/rust/Cargo.lock deleted file mode 100644 index c03efdd..0000000 --- a/rust/Cargo.lock +++ /dev/null @@ -1,7 +0,0 @@ -# This file is automatically @generated by Cargo. -# It is not intended for manual editing. -version = 4 - -[[package]] -name = "orion-rf" -version = "0.1.0" diff --git a/rust/Cargo.toml b/rust/Cargo.toml deleted file mode 100644 index 1b13e2d..0000000 --- a/rust/Cargo.toml +++ /dev/null @@ -1,6 +0,0 @@ -[package] -name = "orion-rf" -version = "0.1.0" -edition = "2024" - -[dependencies] diff --git a/rust/src/main.rs b/rust/src/main.rs deleted file mode 100644 index e7a11a9..0000000 --- a/rust/src/main.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn main() { - println!("Hello, world!"); -} -- cgit v1.2.3