aboutsummaryrefslogtreecommitdiff
path: root/rust
diff options
context:
space:
mode:
Diffstat (limited to 'rust')
-rw-r--r--rust/Cargo.lock7
-rw-r--r--rust/Cargo.toml6
-rw-r--r--rust/src/main.rs3
3 files changed, 0 insertions, 16 deletions
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!");
-}