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

[lib]
path = "lib.rs"

[dependencies.memoffset]
version = "0.9"