diff options
| -rw-r--r-- | embassy-time/Cargo.toml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/embassy-time/Cargo.toml b/embassy-time/Cargo.toml index e3d2cbcdd..9487003cc 100644 --- a/embassy-time/Cargo.toml +++ b/embassy-time/Cargo.toml | |||
| @@ -2,8 +2,16 @@ | |||
| 2 | name = "embassy-time" | 2 | name = "embassy-time" |
| 3 | version = "0.1.0" | 3 | version = "0.1.0" |
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | description = "Instant and Duration for embedded no-std systems, with async timer support" | ||
| 6 | repository = "https://github.com/embassy-rs/embassy" | ||
| 7 | readme = "README.md" | ||
| 5 | license = "MIT OR Apache-2.0" | 8 | license = "MIT OR Apache-2.0" |
| 6 | 9 | categories = [ | |
| 10 | "embedded", | ||
| 11 | "no-std", | ||
| 12 | "concurrency", | ||
| 13 | "asynchronous", | ||
| 14 | ] | ||
| 7 | 15 | ||
| 8 | [package.metadata.embassy_docs] | 16 | [package.metadata.embassy_docs] |
| 9 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-time-v$VERSION/embassy-time/src/" | 17 | src_base = "https://github.com/embassy-rs/embassy/blob/embassy-time-v$VERSION/embassy-time/src/" |
