-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0fea5ea
commit 9fe1259
Showing
7 changed files
with
126 additions
and
42 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[package] | ||
name = "suggestion-cli" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
edition = "2021" | ||
authors = ["Ken Matsui <[email protected]>"] | ||
description = "A CLI tool for similar name suggestions to provide helps like \"Did you mean?\"" | ||
license = "MIT" | ||
readme = "README.md" | ||
repository = "https://github.com/ken-matsui/suggestion/" | ||
homepage = "https://github.com/ken-matsui/suggestion#readme" | ||
documentation = "https://docs.rs/suggest" | ||
documentation = "https://docs.rs/suggestion-cli" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
@@ -17,7 +17,7 @@ members = ["suggestion"] | |
|
||
[dependencies] | ||
clap = { version = "3.0.13", features = ["derive"] } | ||
suggestion = { path = "suggestion", version = "0.2.0" } | ||
suggestion = { path = "suggestion", version = "0.3.0" } | ||
|
||
[[bin]] | ||
name = "suggest" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[package] | ||
name = "suggestion" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
edition = "2021" | ||
authors = ["Ken Matsui <[email protected]>"] | ||
description = "A minimal library for similar name suggestions to provide helps like \"Did you mean?\"" | ||
license = "MIT" | ||
readme = "README.md" | ||
repository = "https://github.com/ken-matsui/suggestion/suggestion/" | ||
homepage = "https://github.com/ken-matsui/suggestion/suggestion#readme" | ||
repository = "https://github.com/ken-matsui/suggestion/tree/main/suggestion/" | ||
homepage = "https://github.com/ken-matsui/suggestion/tree/main/suggestion#readme" | ||
documentation = "https://docs.rs/suggestion" | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters