summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 1bb7d29cb6c29768e22f0807302619d8307cd10b (plain)
1
2
3
4
5
6
7
8
[package]
name = "rvem"
version = "0.1.0"
edition = "2024"

[dependencies]
memmap2 = "0.9.8"
once_cell = "1.21.3"