1
0
Fork 0
mirror of https://github.com/alemidev/scope-tui.git synced 2024-11-14 02:39:20 +01:00

docs: cargo metadata, version bump

This commit is contained in:
əlemi 2022-12-24 06:23:18 +01:00
parent 0116056072
commit e2269ef6d6
No known key found for this signature in database
GPG key ID: BBCBFE5D7244634E

View file

@ -1,9 +1,17 @@
[package]
name = "scope-tui"
version = "0.1.0"
version = "0.1.1"
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]
tui = "0.19"