summaryrefslogtreecommitdiffstats
path: root/build/rust/memmap2/Cargo.toml
blob: 1e4e61d8e209c347e21c42946e0b68de92344e99 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "memmap2"
version = "0.2.999"
edition = "2018"
license = "MPL-2.0"

[lib]
path = "lib.rs"

[dependencies]
memmap2 = "0.5"