mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2025-04-04 08:44:54 +03:00
22 lines
494 B
TOML
22 lines
494 B
TOML
{2c951a7d5bc31626e7c2cb4f3a12c0a3c0bb7474 true 494 Cargo.toml 0xc001f9a3f0}
[package]
|
|
name = "blue-recorder"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.86"
|
|
async-std = {version = "1.12.0", features = ["attributes"]}
|
|
blue-recorder-core = { git = "https://github.com/ochibani/blue-recorder-core.git", rev = "ae9fa71" }
|
|
cpal = "0.15.3"
|
|
dark-light = "1.0.0"
|
|
dirs = "4.0.0"
|
|
display-info = "0.5.1"
|
|
fluent-bundle = "0.15.3"
|
|
glib = "0.10.3"
|
|
libadwaita = { version = "0.1.1" }
|
|
rdev = "0.5"
|
|
regex = "1.4.3"
|
|
rust-ini = "0.16"
|
|
secfmt = "0.1.1"
|
|
x-win = "2.0.2"
|