mirror of https://git.sr.ht/~julienxx/asuka
3 changed files with 258 additions and 372 deletions
@ -1,17 +1,17 @@ |
|||||||
[package] |
[package] |
||||||
name = "asuka" |
name = "asuka" |
||||||
version = "0.8.2" |
version = "0.8.4" |
||||||
authors = ["Julien Blanchard <julien@typed-hole.org>"] |
authors = ["Julien Blanchard <julien@typed-hole.org>"] |
||||||
edition = "2018" |
edition = "2021" |
||||||
|
|
||||||
[dependencies] |
[dependencies] |
||||||
cursive = "0.15" |
cursive = "0.18" |
||||||
native-tls = "*" |
native-tls = "0.2.10" |
||||||
url = "*" |
url = "2.2.2" |
||||||
regex = "*" |
regex = "1.5.5" |
||||||
lazy_static = "*" |
lazy_static = "1.4.0" |
||||||
open = "*" |
open = "2.1.2" |
||||||
json = "*" |
json = "0.12.4" |
||||||
tempfile = "*" |
tempfile = "3.3.0" |
||||||
dirs = "*" |
dirs = "4.0.0" |
||||||
textwrap="*" |
textwrap="0.15.0" |
||||||
|
|||||||
Loading…
Reference in new issue