aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rtic-common/Cargo.toml1
-rw-r--r--rtic-monotonics/Cargo.toml1
-rw-r--r--rtic-sync/Cargo.toml1
-rw-r--r--rtic-time/Cargo.toml1
4 files changed, 4 insertions, 0 deletions
diff --git a/rtic-common/Cargo.toml b/rtic-common/Cargo.toml
index cd22f728..4624b0bd 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 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 = [
diff --git a/rtic-sync/Cargo.toml b/rtic-sync/Cargo.toml
index 60862880..292230cb 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 de23c0f4..67619a34 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