1
0
Fork 0
mirror of https://github.com/alemidev/scope-tui.git synced 2024-11-14 18:59:19 +01:00
scope-tui/Cargo.toml

20 lines
530 B
TOML
Raw Normal View History

[package]
name = "scope-tui"
2022-12-26 03:20:00 +01:00
version = "0.1.4"
edition = "2021"
2022-12-24 06:23:18 +01:00
authors = [ "alemi <me@alemi.dev>" ]
description = "A simple oscilloscope/vectorscope for the terminal, inspired by cava"
2022-12-24 06:23:18 +01:00
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"] }