sapling/netstring/Cargo.toml
Pedro Rittner 6163109bcb rust/netstring: convert to Rust 2018
Summary: Test converting a small crate to Rust 2018

Reviewed By: StanislavGlebik

Differential Revision: D13606743

fbshipit-source-id: 5d09105d6918951dd190b63797f20acb1391ab9b
2019-02-12 08:43:24 -08:00

14 lines
248 B
TOML

[package]
name = "netstring"
version = "0.1.0"
authors = ["Jeremy Fitzhardinge <jsgf@fb.com>"]
edition = "2018"
[dependencies]
failure_ext = { path = "../failure_ext" }
bytes = "0.4.11"
tokio-io = "0.1.10"
[dev-dependencies]
quickcheck = "0.6.2"