diff --git a/.gitignore b/.gitignore index ada8be9..95fa740 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,6 @@ Cargo.lock **/*.rs.bk # MSVC Windows builds of rustc generate these, which store debugging information -*.pdb \ No newline at end of file +*.pdb + +.idea/ \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..f5a5565 --- /dev/null +++ b/Cargo.toml @@ -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"