blue-recorder/Cargo.toml

19 lines
442 B
TOML
Raw Normal View History

2021-01-31 08:49:35 +03:00
[package]
name = "blue-recorder"
2024-08-07 17:32:56 +03:00
version = "0.1.0"
2022-09-25 02:45:15 +03:00
edition = "2021"
2021-01-31 08:49:35 +03:00
[dependencies]
2024-08-07 17:32:56 +03:00
anyhow = "1.0.86"
2024-06-03 02:02:48 +03:00
async-std = {version = "1.12.0", features = ["attributes"]}
2024-08-07 17:32:56 +03:00
blue-recorder-core = { git = "https://github.com/ochibani/blue-recorder-core.git", rev = "fb3ff78" }
2024-06-08 00:19:48 +03:00
cpal = "0.15.3"
2024-06-03 02:02:48 +03:00
dark-light = "1.0.0"
2022-10-01 02:55:57 +03:00
dirs = "4.0.0"
2024-06-16 02:40:13 +03:00
fluent-bundle = "0.15.3"
2021-01-31 09:35:10 +03:00
glib = "0.10.3"
2024-08-07 17:32:56 +03:00
libadwaita = { version = "0.1.1" }
regex = "1.4.3"
2024-06-03 02:02:48 +03:00
rust-ini = "0.16"
2022-11-01 04:14:23 +03:00
secfmt = "0.1.1"