diff options
Diffstat (limited to '')
-rw-r--r-- | rtic-sync/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |