diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-12 00:32:47 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-12 00:32:47 +0100 |
| commit | 6a1c415a4c731f06e5ebf6932bd53168d89152c9 (patch) | |
| tree | 864a4d26f5ef7ab994024908cc6695183a8d68f3 /embassy-time | |
| parent | 583f6d9cc55627906ab39a4b6c741d543f3704c7 (diff) | |
Complete cargo.tomls more.
Diffstat (limited to 'embassy-time')
| -rw-r--r-- | embassy-time/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-time/Cargo.toml b/embassy-time/Cargo.toml index 6b1c7cc58..6b0a0f22d 100644 --- a/embassy-time/Cargo.toml +++ b/embassy-time/Cargo.toml | |||
| @@ -4,6 +4,7 @@ version = "0.3.0" | |||
| 4 | edition = "2021" | 4 | edition = "2021" |
| 5 | description = "Instant and Duration for embedded no-std systems, with async timer support" | 5 | description = "Instant and Duration for embedded no-std systems, with async timer support" |
| 6 | repository = "https://github.com/embassy-rs/embassy" | 6 | repository = "https://github.com/embassy-rs/embassy" |
| 7 | documentation = "https://docs.embassy.dev/embassy-time" | ||
| 7 | readme = "README.md" | 8 | readme = "README.md" |
| 8 | license = "MIT OR Apache-2.0" | 9 | license = "MIT OR Apache-2.0" |
| 9 | categories = [ | 10 | categories = [ |
