mirror of https://git.sr.ht/~julienxx/asuka
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.
19 lines
499 B
19 lines
499 B
[package] |
|
name = "asuka" |
|
version = "0.8.0" |
|
authors = ["Julien Blanchard <julien@typed-hole.org>"] |
|
edition = "2018" |
|
|
|
[dependencies] |
|
cursive = "0.13" |
|
native-tls = { git = "https://github.com/julienXX/rust-native-tls", branch="master" } |
|
openssl = { git = "https://github.com/julienXX/rust-openssl", branch="master" } |
|
openssl-sys = { git = "https://github.com/julienXX/rust-openssl", branch="master" } |
|
url = "*" |
|
regex = "*" |
|
lazy_static = "*" |
|
open = "*" |
|
json = "*" |
|
tempfile = "*" |
|
dirs = "*" |
|
textwrap="*"
|
|
|