diff options
| author | Rasmus Melchior Jacobsen <[email protected]> | 2023-04-26 10:51:23 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-05-01 22:42:36 +0200 |
| commit | 49455792cb5406f3e2df0f3850c0d650965e6b2b (patch) | |
| tree | 6811a5ef17a7fa7809467e5aa6dc5552cabfe5c6 /tests/utils/Cargo.toml | |
| parent | 855c0d1423cb1aacd4f4f45e255b02b442afde34 (diff) | |
Ring-buffered uart rx with one-period overrun detection
Diffstat (limited to 'tests/utils/Cargo.toml')
| -rw-r--r-- | tests/utils/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/utils/Cargo.toml b/tests/utils/Cargo.toml new file mode 100644 index 000000000..7d66fd586 --- /dev/null +++ b/tests/utils/Cargo.toml | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | [package] | ||
| 2 | name = "test-utils" | ||
| 3 | version = "0.1.0" | ||
| 4 | edition = "2021" | ||
| 5 | |||
| 6 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
| 7 | |||
| 8 | [dependencies] | ||
| 9 | rand = "0.8" | ||
| 10 | serial = "0.4" | ||
