Files
termix/examples/jack-sine/Cargo.toml
Nikolai Rodionov 87ee669502
Some checks failed
ci/woodpecker/push/code_tests Pipeline failed
ci/woodpecker/push/pre_commit_test Pipeline failed
WIP: Preparing the codebase, nothing important
2025-12-17 14:56:21 +01:00

9 lines
125 B
TOML

[package]
name = "jack-sine"
version = "0.1.0"
edition = "2024"
[dependencies]
crossbeam-channel = "0.5.15"
jack = "0.13.3"