You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
379 B
20 lines
379 B
[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"
|
|
|