Files
voice-typing/Cargo.toml
2024-11-10 00:43:33 +08:00

12 lines
231 B
TOML

[package]
name = "voice-typing"
version = "0.1.0"
edition = "2021"
[dependencies]
clipboard = "0.5.0"
ctrlc = "3.4.5"
nix = "0.29.0"
notify-rust = "4.11.3"
reqwest = { "version" ="0.12.9", "features" = ["blocking", "multipart"] }