Skip to content

Commit

Permalink
Do not compile async_serial
Browse files Browse the repository at this point in the history
This won't be used soon and received little testing.
  • Loading branch information
lukipuki committed Sep 29, 2024
1 parent a2e7ec8 commit 8bad5b7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 58 deletions.
41 changes: 6 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,10 @@ prost-wkt = "0.6"
prost-wkt-types = "0.6"
pyo3 = { version = "0.22.0", features = ["extension-module", "chrono", "abi3-py311"] }
pyo3-log = "0.11.0"
regex = "1.9.6"
regex = "1.11"
serde = { version = "1.0.196", features = ["derive"] }
serialport = "4.3.0"
thiserror = "1.0.50"
tokio = { version = "1.33.0", features = ["full"] }
tokio-serial = "5.4.4"

[[bin]]
name = "main"
path = "src/main.rs"

[lib]
name = "yaroc_rs"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub mod async_serial;
//pub mod async_serial;
pub mod logs;
pub mod message_handler;
pub mod punch;
Expand Down
15 changes: 0 additions & 15 deletions src/main.rs

This file was deleted.

0 comments on commit 8bad5b7

Please sign in to comment.