Skip to content

Commit

Permalink
Add description
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Nov 24, 2023
1 parent 8f952e9 commit cdfccd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "clock-steering"
description = "Functionality for manual clock steering"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0 OR MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# clock-steering

Funcionality for manual clock steering - the process of keeping a clock synchronized to some external reference. This code is used in our implementations of NTP [ntpd-rs](https://github.com/pendulum-project/ntpd-rs) and PTP [statime](https://github.com/pendulum-project/statime). This crate is part of the [pendulum project](https://github.com/pendulum-project).
Functionality for manual clock steering - the process of keeping a clock synchronized to some external reference. This code is used in our implementations of NTP [ntpd-rs](https://github.com/pendulum-project/ntpd-rs) and PTP [statime](https://github.com/pendulum-project/statime). This crate is part of the [pendulum project](https://github.com/pendulum-project).

0 comments on commit cdfccd0

Please sign in to comment.