Final final changes before release.
This commit is contained in:
parent
5f329ccab4
commit
19929580da
6 changed files with 88 additions and 113 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -1,12 +1,16 @@
|
|||
[package]
|
||||
name = "jisho-cli"
|
||||
description = "A simple cli tool to lookup Japanese words using jisho.org"
|
||||
name = "Yakudatsu"
|
||||
description = "A cli multi-tool for japanese. Forked from https://github.com/JojiiOfficial/jisho-cli"
|
||||
version = "1.0.0"
|
||||
authors = ["jojii <jojii@gmx.net>", "Hiers <dvmap@protonmail.com"]
|
||||
readme = "README.md"
|
||||
repository = "https://github.com/Hiers/jisho-cli"
|
||||
repository = "https://github.com/Hiers/Yakudatsu"
|
||||
license = "GPL-3.0"
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[[bin]]
|
||||
name = "ykdt"
|
||||
path = "src/main.rs"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
windows-sys = { version = "0.52.0", features = ["Win32_Foundation", "Win32_System_Console", "Win32_UI_Shell"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue