init
This commit is contained in:
11
Cargo.toml
Normal file
11
Cargo.toml
Normal 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"] }
|
||||
Reference in New Issue
Block a user