mirror of
https://github.com/openharmony/third_party_rust_memoffset.git
synced 2026-07-18 12:25:36 -04:00
14 lines
369 B
TOML
14 lines
369 B
TOML
[package]
|
|
name = "memoffset"
|
|
version = "0.4.0"
|
|
authors = ["Gilad Naaman <gilad.naaman@gmail.com>"]
|
|
description = "offset_of functionality for Rust structs."
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
repository = "https://github.com/Gilnaa/memoffset"
|
|
keywords = ["mem", "offset", "offset_of", "offsetof"]
|
|
categories = ["no-std"]
|
|
|
|
[build-dependencies]
|
|
rustc_version = "0.2.3"
|