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

23 lines
641 B
TOML
Raw Normal View History

[package]
name = "scope-tui"
2023-09-18 00:57:57 +02:00
version = "0.3.0"
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]
2023-09-18 00:56:51 +02:00
ratatui = { version = "0.23.0", features = ["all-widgets"] }
crossterm = "0.25"
libpulse-binding = "2.0"
libpulse-simple-binding = "2.25"
clap = { version = "4.0.32", features = ["derive"] }
derive_more = "0.99.17"
thiserror = "1.0.48"
rustfft = "6.1.0"