diff options
author | 2023-12-25 10:24:56 +0100 | |
---|---|---|
committer | 2023-12-25 09:24:56 +0000 | |
commit | a6aeb865b79de201a50f8ad04fe48630664b06d8 (patch) | |
tree | 3cbb0cc262d646283e5c58ecee3604f9283cdfec | |
parent | deda4f01c928d929298044792e71e7eb24423020 (diff) | |
download | rtic-master.tar.gz rtic-master.tar.zst rtic-master.zip |
Add repository links to some crates hosted in this repo (#871)HEADrelease/v2master
-rw-r--r-- | rtic-common/Cargo.toml | 1 | ||||
-rw-r--r-- | rtic-monotonics/Cargo.toml | 1 | ||||
-rw-r--r-- | rtic-sync/Cargo.toml | 1 | ||||
-rw-r--r-- | rtic-time/Cargo.toml | 1 |
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 |