mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-10 00:00:09 +02:00
24 lines
328 B
TOML
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"
|