Skip to content

Commit

Permalink
fix: rust
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed Dec 16, 2024
1 parent 66ef0e6 commit c9d82c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modbus_rtu_slave/bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,9 @@ lebai_sdk = {version = "0.2", default-features = false}
tokio = {version = "1", default-features = false, features = ["macros", "rt-multi-thread", "sync"]}
tokio-modbus = {version = "0.15", default-features = false, features = ["tcp", "rtu-server"]}
tokio-serial = {version = "5", default-features = false}

[profile.dev]
lto = "thin"

[profile.release]
lto = "thin"

0 comments on commit c9d82c2

Please sign in to comment.