From 4a2272ae49942eba487cb51c4d7e8466c2ee0af1 Mon Sep 17 00:00:00 2001 From: taitep Date: Sat, 27 Sep 2025 16:38:06 +0200 Subject: Initial stuff and memory implementation --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..f844555 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "rvem" +version = "0.1.0" +edition = "2024" + +[dependencies] +memmap2 = "0.9.8" -- cgit v1.2.3