yodle/Cargo.toml

21 lines
379 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"
2019-12-01 03:08:19 +00:00
dialog = "0.2.1"
2019-11-29 21:38:59 +00:00
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"
2019-12-01 02:46:24 +00:00
[profile.release]
panic = "abort"