Files
bytes/Cargo.toml
T
2015-02-09 22:20:55 -08:00

24 lines
328 B
TOML

[package]
name = "bytes"
version = "0.0.1"
authors = ["Carl Lerche <[email protected]>"]
description = "Types and traits for working with bytes"
license = "MIT"
[dev-dependencies]
rand = "0.1.2"
iobuf = "*"
[[bench]]
name = "bench"
path = "bench/bench.rs"
[[test]]
name = "test"
path = "test/test.rs"