Skip to content

Commit

Permalink
Integrate clock-steering crate.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidv1992 authored and rnijveld committed Jan 24, 2024
1 parent b11d497 commit ff63929
Show file tree
Hide file tree
Showing 22 changed files with 117 additions and 741 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[workspace]
members = [
"ntp-proto",
"ntp-os-clock",
"nts-pool-ke",
"ntpd"
]
Expand Down Expand Up @@ -45,6 +44,7 @@ tokio = "1.32"
toml = ">=0.5.0,<0.9.0"
async-trait = "0.1.22"
timestamped-socket = "0.2.0"
clock-steering = "0.2.0"

# TLS
rustls = "0.21.0"
Expand All @@ -61,5 +61,4 @@ zeroize = "1.5"

# our own crates used as dependencies, same version as the workspace version
# NOTE: keep this part at the bottom of the file, do not change this line
ntp-os-clock = { version = "1.1.1", path = "./ntp-os-clock" }
ntp-proto = { version = "1.1.1", path = "./ntp-proto", features = ["__internal-api"] }
18 changes: 0 additions & 18 deletions ntp-os-clock/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion ntp-os-clock/LICENSE-APACHE

This file was deleted.

1 change: 0 additions & 1 deletion ntp-os-clock/LICENSE-MIT

This file was deleted.

8 changes: 0 additions & 8 deletions ntp-os-clock/README.md

This file was deleted.

50 changes: 0 additions & 50 deletions ntp-os-clock/src/lib.rs

This file was deleted.

Loading

0 comments on commit ff63929

Please sign in to comment.