mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 10:22:02 +00:00
Rust ported and tested version
This commit is contained in:
parent
138b1e07a8
commit
bd2111d77a
8 changed files with 415 additions and 109 deletions
13
Cargo.toml
Normal file
13
Cargo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[package]
|
||||
name = "ntp_timeturner"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
serialport = "4.2"
|
||||
chrono = "0.4"
|
||||
crossterm = "0.27"
|
||||
regex = "1.11"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
notify = "5.1.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue