diff options
| author | krolyxon <me@krolyxon.com> | 2026-06-20 00:24:34 +0530 |
|---|---|---|
| committer | krolyxon <me@krolyxon.com> | 2026-06-20 00:24:34 +0530 |
| commit | 7e4cfad53699fabbecb6696508e5addcffc1b095 (patch) | |
| tree | ebff581b0989df578c312247e1dad514c956572b /rust | |
| parent | 1f800b74329d4f8b1511b4cf2a0d031439e1038d (diff) | |
restructure to use rust source tree primarily
Diffstat (limited to 'rust')
| -rw-r--r-- | rust/Cargo.lock | 7 | ||||
| -rw-r--r-- | rust/Cargo.toml | 6 | ||||
| -rw-r--r-- | rust/src/main.rs | 3 |
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!"); -} |
