CD/CI git build workflow and unit testing + dependabot intergration for security updates

This commit is contained in:
Chaos Rogers 2025-07-18 12:50:53 +01:00
parent bd2111d77a
commit a6523bf105
6 changed files with 182 additions and 15 deletions

View file

@ -6,8 +6,8 @@ edition = "2021"
[dependencies]
serialport = "4.2"
chrono = "0.4"
crossterm = "0.27"
crossterm = "0.29"
regex = "1.11"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
notify = "5.1.0"
notify = "8.1.0"