hydra

Terminal replacement for Loopback — virtual audio devices and routing on macOS, from a ratatui TUI.
Log | Files | Refs | README | LICENSE

Cargo.toml (334B)


      1 [workspace]
      2 members = ["crates/hydra-ipc", "crates/hydra-core", "crates/hydrad", "crates/hydra"]
      3 resolver = "2"
      4 
      5 [workspace.package]
      6 version = "0.1.0"
      7 edition = "2021"
      8 license = "GPL-3.0-or-later"
      9 authors = ["Ganten"]
     10 
     11 [workspace.dependencies]
     12 serde = { version = "1", features = ["derive"] }
     13 serde_json = "1"
     14 dirs = "5"
     15 anyhow = "1"