mirror of
https://github.com/xlmnxp/blue-recorder.git
synced 2025-04-02 07:44:54 +03:00
27 lines
570 B
TOML
27 lines
570 B
TOML
{1c910509652eecb735e4f24e9a281130667825a5 true 570 Cargo.toml 0xc00c0f0230}
[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 = { path = "../core" }
|
|
chrono = "0.4.19"
|
|
cpal = "0.15.3"
|
|
dark-light = "1.0.0"
|
|
dirs = "4.0.0"
|
|
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"
|
|
|
|
# Windows-only dependency
|
|
[target.'cfg(windows)'.dependencies]
|
|
display-info = "0.5.1"
|
|
winapi = { version = "0.3", features = ["winuser"] }
|
|
x-win = "2.0.2"
|