mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
Updates the requirements on [notify](https://github.com/notify-rs/notify) to permit the latest version. - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md) - [Commits](https://github.com/notify-rs/notify/compare/notify-5.1.0...notify-8.1.0) --- updated-dependencies: - dependency-name: notify dependency-version: 8.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
13 lines
No EOL
265 B
TOML
13 lines
No EOL
265 B
TOML
[package]
|
|
name = "ntp_timeturner"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
serialport = "4.2"
|
|
chrono = "0.4"
|
|
crossterm = "0.29"
|
|
regex = "1.11"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
notify = "8.1.0" |