From a6aeb865b79de201a50f8ad04fe48630664b06d8 Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Mon, 25 Dec 2023 10:24:56 +0100 Subject: [PATCH] Add repository links to some crates hosted in this repo (#871) --- rtic-common/Cargo.toml | 1 + rtic-monotonics/Cargo.toml | 1 + rtic-sync/Cargo.toml | 1 + rtic-time/Cargo.toml | 1 + 4 files changed, 4 insertions(+) diff --git a/rtic-common/Cargo.toml b/rtic-common/Cargo.toml index cd22f728a7..4624b0bd71 100644 --- a/rtic-common/Cargo.toml +++ b/rtic-common/Cargo.toml @@ -13,6 +13,7 @@ authors = [ categories = ["concurrency", "embedded", "no-std", "asynchronous"] description = "rtic-common lib TODO" license = "MIT OR Apache-2.0" +repository = "https://github.com/rtic-rs/rtic" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rtic-monotonics/Cargo.toml b/rtic-monotonics/Cargo.toml index ba9220861f..f85b3fe851 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 = [ diff --git a/rtic-sync/Cargo.toml b/rtic-sync/Cargo.toml index 60862880c9..292230cb70 100644 --- a/rtic-sync/Cargo.toml +++ b/rtic-sync/Cargo.toml @@ -13,6 +13,7 @@ authors = [ categories = ["concurrency", "embedded", "no-std", "asynchronous"] description = "Synchronization primitives for asynchronous contexts" license = "MIT OR Apache-2.0" +repository = "https://github.com/rtic-rs/rtic" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rtic-time/Cargo.toml b/rtic-time/Cargo.toml index de23c0f408..67619a34a7 100644 --- a/rtic-time/Cargo.toml +++ b/rtic-time/Cargo.toml @@ -13,6 +13,7 @@ authors = [ categories = ["concurrency", "embedded", "no-std", "asynchronous"] description = "rtic-time lib TODO" license = "MIT OR Apache-2.0" +repository = "https://github.com/rtic-rs/rtic" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html