wetstring/Cargo.toml

13 lines
330 B
TOML
Raw Permalink Normal View History

2021-08-07 01:59:11 +00:00
[package]
name = "wetstring"
version = "1.0.0"
2021-08-07 01:59:11 +00:00
authors = ["Ben Bridle <bridle.benjamin@gmail.com>"]
edition = "2021"
2021-08-07 01:59:11 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
mio = {version = "0.7.13", features = ["os-poll", "net"]}
crossbeam-deque = "0.8.1"
log = "0.4.14"