mirror of
https://github.com/alemidev/scope-tui.git
synced 2024-11-14 02:39:20 +01:00
21 lines
584 B
TOML
21 lines
584 B
TOML
[package]
|
|
name = "scope-tui"
|
|
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 =
|
|
|
|
|
|
[dependencies]
|
|
tui = "0.19"
|
|
crossterm = "0.25"
|
|
libpulse-binding = "2.0"
|
|
libpulse-simple-binding = "2.25"
|
|
clap = { version = "4.0.32", features = ["derive"] }
|