abrasion/third_party/cargo/vendor/malloc_buf-0.0.6/Cargo.toml

15 lines
349 B
TOML

[package]
name = "malloc_buf"
version = "0.0.6"
authors = ["Steven Sheldon"]
description = "Structs for handling malloc'd memory passed to Rust."
repository = "https://github.com/SSheldon/malloc_buf"
documentation = "http://ssheldon.github.io/malloc_buf/malloc_buf/"
license = "MIT"
exclude = [".gitignore"]
[dependencies]
libc = ">= 0.1, < 0.3"