[+] Dependencies

This commit is contained in:
Hykilpikonna
2023-03-15 20:13:30 -04:00
parent 469bdd6a22
commit 803c66eb24
2 changed files with 16 additions and 1 deletions
+3 -1
View File
@@ -11,4 +11,6 @@ Cargo.lock
**/*.rs.bk
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
*.pdb
.idea/
+13
View File
@@ -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"