v0.1.4
This commit is contained in:
parent
15be9357da
commit
a2f44eb6e6
|
|
@ -282,7 +282,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rmptui"
|
name = "rmptui"
|
||||||
version = "0.1.3"
|
version = "0.1.4"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"crossterm",
|
"crossterm",
|
||||||
"mpd",
|
"mpd",
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ description = """
|
||||||
a fast and minimal tui mpd client
|
a fast and minimal tui mpd client
|
||||||
"""
|
"""
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
version = "0.1.3"
|
version = "0.1.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
repository = "https://github.com/krolyxon/rmptui"
|
repository = "https://github.com/krolyxon/rmptui"
|
||||||
keywords = ["rmptui", "mpd", "music", "cli", "tui", "client"]
|
keywords = ["rmptui", "mpd", "music", "cli", "tui", "client"]
|
||||||
|
|
|
||||||
Reference in New Issue