yodle/Cargo.toml

21 lines
379 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"
dialog = "0.2.1"
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"
[profile.release]
panic = "abort"