mirror of
https://github.com/alemidev/scope-tui.git
synced 2024-11-14 02:39:20 +01:00
alemidev
b88a3a7381
in actual state, tool is pretty useful but not efficient or moddable in its design. It's one single main and 5 crates, but draws a decent scope. Requires pulseaudio and a fast terminal, but got this done in one night.
13 lines
321 B
TOML
13 lines
321 B
TOML
[package]
|
|
name = "scope-tui"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
tui = "0.19"
|
|
crossterm = "0.25"
|
|
libpulse-binding = "2.0"
|
|
libpulse-simple-binding = "2.25"
|
|
clap = { version = "4.0.32", features = ["derive"] }
|