summaryrefslogtreecommitdiffstats
path: root/third_party/rust/malloc_buf/Cargo.toml
blob: cfb0c082d87488dc110624a324636deeac8e2677 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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"