summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortaitep <taitep@taitep.se>2025-09-27 16:38:06 +0200
committertaitep <taitep@taitep.se>2025-09-27 16:38:06 +0200
commit4a2272ae49942eba487cb51c4d7e8466c2ee0af1 (patch)
treeabd810185d65548c57061186345a6d18f9738485 /Cargo.toml
parent282740cb59e91726adb5fe1a08fb85c17b1a0d21 (diff)
Initial stuff and memory implementation
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
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"