This commit is contained in:
2024-11-10 00:43:33 +08:00
commit 37c409dcc1
5 changed files with 2755 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[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"] }