File: Cargo.toml.orig

package info (click to toggle)
rust-malloc-buf 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 76 kB
  • sloc: makefile: 4
file content (14 lines) | stat: -rw-r--r-- 349 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "malloc_buf"
version = "1.0.0"
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"