mirror of
https://github.com/alemidev/scope-tui.git
synced 2024-11-14 10:49:20 +01:00
docs: cargo metadata, version bump
This commit is contained in:
parent
0116056072
commit
e2269ef6d6
1 changed files with 10 additions and 2 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -1,9 +1,17 @@
|
||||||
[package]
|
[package]
|
||||||
name = "scope-tui"
|
name = "scope-tui"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
authors = [ "alemi <me@alemi.dev>" ]
|
||||||
|
description = """
|
||||||
|
A simple audio visualization tool for the terminal built with tui-rs and libpulse-simple-binding, inspired from cava
|
||||||
|
"""
|
||||||
|
keywords = ["tui", "terminal", "audio", "visualization", "scope", "dashboard"]
|
||||||
|
repository = "https://github.com/alemidev/scope-tui"
|
||||||
|
readme = "README.md"
|
||||||
|
# documentation =
|
||||||
|
# license =
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tui = "0.19"
|
tui = "0.19"
|
||||||
|
|
Loading…
Reference in a new issue