aboutsummaryrefslogtreecommitdiff
path: root/tests/utils/Cargo.toml
diff options
context:
space:
mode:
authorRasmus Melchior Jacobsen <[email protected]>2023-04-26 10:51:23 +0200
committerDario Nieuwenhuis <[email protected]>2023-05-01 22:42:36 +0200
commit49455792cb5406f3e2df0f3850c0d650965e6b2b (patch)
tree6811a5ef17a7fa7809467e5aa6dc5552cabfe5c6 /tests/utils/Cargo.toml
parent855c0d1423cb1aacd4f4f45e255b02b442afde34 (diff)
Ring-buffered uart rx with one-period overrun detection
Diffstat (limited to 'tests/utils/Cargo.toml')
-rw-r--r--tests/utils/Cargo.toml10
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]
2name = "test-utils"
3version = "0.1.0"
4edition = "2021"
5
6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8[dependencies]
9rand = "0.8"
10serial = "0.4"