mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 12:12:50 +01:00
Add repository links to some crates hosted in this repo (#871)
This commit is contained in:
parent
deda4f01c9
commit
a6aeb865b7
4 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,7 @@ authors = [
|
||||||
categories = ["concurrency", "embedded", "no-std", "asynchronous"]
|
categories = ["concurrency", "embedded", "no-std", "asynchronous"]
|
||||||
description = "rtic-common lib TODO"
|
description = "rtic-common lib TODO"
|
||||||
license = "MIT OR Apache-2.0"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,7 @@ authors = [
|
||||||
categories = ["concurrency", "embedded", "no-std", "asynchronous"]
|
categories = ["concurrency", "embedded", "no-std", "asynchronous"]
|
||||||
description = "A library that provides implementations of the Monotonic trait from rtic-time"
|
description = "A library that provides implementations of the Monotonic trait from rtic-time"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
repository = "https://github.com/rtic-rs/rtic"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
features = [
|
features = [
|
||||||
|
|
|
@ -13,6 +13,7 @@ authors = [
|
||||||
categories = ["concurrency", "embedded", "no-std", "asynchronous"]
|
categories = ["concurrency", "embedded", "no-std", "asynchronous"]
|
||||||
description = "Synchronization primitives for asynchronous contexts"
|
description = "Synchronization primitives for asynchronous contexts"
|
||||||
license = "MIT OR Apache-2.0"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,7 @@ authors = [
|
||||||
categories = ["concurrency", "embedded", "no-std", "asynchronous"]
|
categories = ["concurrency", "embedded", "no-std", "asynchronous"]
|
||||||
description = "rtic-time lib TODO"
|
description = "rtic-time lib TODO"
|
||||||
license = "MIT OR Apache-2.0"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue