initial commit
This commit is contained in:
commit
a3cb8fa2d6
5 changed files with 1259 additions and 0 deletions
15
Cargo.toml
Normal file
15
Cargo.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "jisho-cli"
|
||||
description = "A very simple cli tool to lookup Japanese words using jisho.org"
|
||||
version = "0.1.0"
|
||||
authors = ["jojii <jojii@gmx.net>"]
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/JojiiOfficial/jisho-cli"
|
||||
license = "GPL-3.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
ureq = { version = "2.0.1", features = ["json"] }
|
||||
serde_json = "1.0.62"
|
||||
ansi_term = "0.12.1"
|
||||
colored = "2.0.0"
|
Loading…
Add table
Add a link
Reference in a new issue