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.
21 lines
373 B
21 lines
373 B
[package] |
|
name = "asuka" |
|
version = "0.8.5" |
|
authors = ["Julien Blanchard <julien@typed-hole.org>"] |
|
edition = "2021" |
|
|
|
[profile.release] |
|
opt-level = "z" # Optimize for size. |
|
lto = true |
|
|
|
[dependencies] |
|
cursive = "0.18" |
|
native-tls = "0.2.10" |
|
url = "2.2.2" |
|
regex = "1.5.5" |
|
lazy_static = "1.4.0" |
|
open = "2.1.2" |
|
json = "0.12.4" |
|
tempfile = "3.3.0" |
|
dirs = "4.0.0" |
|
textwrap="0.15.0"
|
|
|