mirror of
https://github.com/cjfranko/NTP-Timeturner.git
synced 2025-11-08 18:32:02 +00:00
cargo fix
This commit is contained in:
parent
7bf45c43c9
commit
1150fa20c3
1 changed files with 1 additions and 1 deletions
|
|
@ -19,6 +19,6 @@ tokio = { version = "1", features = ["full"] }
|
||||||
clap = { version = "4.4", features = ["derive"] }
|
clap = { version = "4.4", features = ["derive"] }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
env_logger = "0.11"
|
env_logger = "0.11"
|
||||||
daemonize = 0.5.0
|
daemonize = "0.5.0"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue