parent
3b74ad59dd
commit
227f76bc82
3 changed files with 68 additions and 29 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -9,6 +9,12 @@ dependencies = [
|
|||
"winapi",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "argparse"
|
||||
version = "0.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3f8ebf5827e4ac4fd5946560e6a99776ea73b596d80898f357007317a7141e47"
|
||||
|
||||
[[package]]
|
||||
name = "atty"
|
||||
version = "0.2.14"
|
||||
|
@ -102,6 +108,7 @@ name = "jisho-cli"
|
|||
version = "0.1.3"
|
||||
dependencies = [
|
||||
"ansi_term",
|
||||
"argparse",
|
||||
"colored",
|
||||
"serde_json",
|
||||
"ureq",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue