smol/piper/Cargo.toml

15 lines
324 B
TOML
Raw Normal View History

2020-02-29 21:47:45 +00:00
[package]
name = "piper"
version = "0.1.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "WIP"
license = "MIT OR Apache-2.0"
[dependencies]
crossbeam-utils = "0.7.0"
2020-03-31 16:04:16 +00:00
futures = { version = "0.3.4", default-features = false, features = ["std"] }
2020-04-05 11:50:09 +00:00
[dev-dependencies]
smol = { path = ".." }