[+] Dependencies
This commit is contained in:
@@ -12,3 +12,5 @@ Cargo.lock
|
|||||||
|
|
||||||
# MSVC Windows builds of rustc generate these, which store debugging information
|
# MSVC Windows builds of rustc generate these, which store debugging information
|
||||||
*.pdb
|
*.pdb
|
||||||
|
|
||||||
|
.idea/
|
||||||
+13
@@ -0,0 +1,13 @@
|
|||||||
|
[package]
|
||||||
|
name = "open-keyprec-backend"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2021"
|
||||||
|
|
||||||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
anyhow = "1.0.69"
|
||||||
|
log = "0.4.17"
|
||||||
|
midir = "0.9.1"
|
||||||
|
pretty_env_logger = "0.4.0"
|
||||||
|
serialport = "4.2.0"
|
||||||
Reference in New Issue
Block a user