wetstring/Cargo.toml

13 lines
330 B
TOML

[package]
name = "wetstring"
version = "1.0.0"
authors = ["Ben Bridle <bridle.benjamin@gmail.com>"]
edition = "2021"
# 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"