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

[lib]
path = "lib.rs"

[dependencies.memmap2]
version = "0.9"