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

[lib]
path = "lib.rs"

[dependencies.memoffset]
version = "0.7"