Files
bytes/Cargo.toml
T

24 lines
328 B
TOML
Raw Normal View History

2015-01-30 00:04:33 -08:00
[package]
name = "bytes"
version = "0.0.1"
authors = ["Carl Lerche <[email protected]>"]
2015-01-30 00:04:33 -08:00
description = "Types and traits for working with bytes"
license = "MIT"
[dev-dependencies]
rand = "0.1.2"
2015-02-09 22:20:55 -08:00
iobuf = "*"
[[bench]]
name = "bench"
path = "bench/bench.rs"
[[test]]
name = "test"
path = "test/test.rs"