diff options
Diffstat (limited to '')
-rw-r--r-- | rtic-monotonics/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index ba922086..f85b3fe8 100644 --- a/rtic-monotonics/Cargo.toml +++ b/rtic-monotonics/Cargo.toml @@ -14,6 +14,7 @@ authors = [ categories = ["concurrency", "embedded", "no-std", "asynchronous"] description = "A library that provides implementations of the Monotonic trait from rtic-time" license = "MIT OR Apache-2.0" +repository = "https://github.com/rtic-rs/rtic" [package.metadata.docs.rs] features = [ |