From 1f800b74329d4f8b1511b4cf2a0d031439e1038d Mon Sep 17 00:00:00 2001 From: krolyxon Date: Wed, 17 Jun 2026 22:14:14 +0530 Subject: rust-rewrite init --- rust/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 rust/Cargo.toml (limited to 'rust/Cargo.toml') diff --git a/rust/Cargo.toml b/rust/Cargo.toml new file mode 100644 index 0000000..1b13e2d --- /dev/null +++ b/rust/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "orion-rf" +version = "0.1.0" +edition = "2024" + +[dependencies] -- cgit v1.2.3