diff options
| author | Jan Niehusmann <jan@gondor.com> | 2023-12-25 10:24:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-25 09:24:56 +0000 |
| commit | a6aeb865b79de201a50f8ad04fe48630664b06d8 (patch) | |
| tree | 3cbb0cc262d646283e5c58ecee3604f9283cdfec | |
| parent | deda4f01c928d929298044792e71e7eb24423020 (diff) | |
Add repository links to some crates hosted in this repo (#871)
| -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 cd22f72..4624b0b 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 ba92208..f85b3fe 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 6086288..292230c 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 de23c0f..67619a3 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 |
