yodle/Cargo.toml

17 lines
327 B
TOML
Raw Normal View History

2019-11-29 21:38:59 +00:00
[package]
name = "yodle"
version = "0.1.0"
authors = ["Reyk Floeter <contact@reykfloeter.com>"]
edition = "2018"
[dependencies]
2019-11-30 22:17:35 +00:00
bubblebabble = "0.1"
2019-11-29 21:38:59 +00:00
derive_more = "0.99"
dirs = "2.0"
env_logger = "0.7"
futures = "0.3"
getopts = "0.2"
log = "0.4"
tokio = { version = "0.2", features = ["full"] }
2019-11-30 11:21:09 +00:00
tokio-libtls = "1.1.0-alpha.3"