Update to readme and bump crate version
This commit is contained in:
parent
6afee2d102
commit
7bd14931a5
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -400,7 +400,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "jrny-save"
|
||||
version = "0.1.0"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"binrw",
|
||||
"chrono",
|
||||
@ -826,7 +826,7 @@ checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
|
||||
|
||||
[[package]]
|
||||
name = "wayfarer"
|
||||
version = "0.1.0"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
@ -7,7 +7,7 @@ members = [
|
||||
|
||||
|
||||
[workspace.package]
|
||||
version = "0.1.0"
|
||||
version = "0.3.0"
|
||||
edition = "2021"
|
||||
license-file = "LICENSE"
|
||||
|
||||
|
12
README.md
12
README.md
@ -23,9 +23,9 @@ wayfarer show <path-to-savefile>
|
||||
|
||||
## TUI Keybindings
|
||||
|
||||
| Key | Description |
|
||||
|:---:| --------------------------------------------------- |
|
||||
| ESC | Return to "normal mode" |
|
||||
| q | Quits the application |
|
||||
| o | Open a new file |
|
||||
| w | Toggle file watcher mode (requires "watch" feature) |
|
||||
| Key | Mode | Description |
|
||||
|:---:|:------:| --------------------------------------------------- |
|
||||
| ESC | Any | Return to "normal mode" |
|
||||
| q | Normal | Quits the application |
|
||||
| o | Normal | Open a new file |
|
||||
| w | Normal | Toggle file watcher mode (requires "watch" feature) |
|
||||
|
@ -13,7 +13,7 @@ version = "4.3"
|
||||
features = ["derive"]
|
||||
|
||||
[dependencies.jrny-save]
|
||||
version = "0.1"
|
||||
version = "0.3"
|
||||
path = "../save"
|
||||
|
||||
[dependencies.notify]
|
||||
|
Loading…
Reference in New Issue
Block a user