NTP-Timeturner/Cargo.toml
dependabot[bot] 2d89cec315
Update notify requirement from 5.1.0 to 8.1.0
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>
2025-07-10 12:45:28 +00:00

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"