16 lines
327 B
TOML
16 lines
327 B
TOML
[package]
|
|
name = "yodle"
|
|
version = "0.1.0"
|
|
authors = ["Reyk Floeter <contact@reykfloeter.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bubblebabble = "0.1"
|
|
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"] }
|
|
tokio-libtls = "1.1.0-alpha.3"
|