From 54a54b0d0d3365dcad90e09d48ea9257487f35e9 Mon Sep 17 00:00:00 2001 From: Matt Wimbler Date: Sun, 22 Jun 2025 18:23:33 +0200 Subject: basic icmp comms --- drone/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 drone/Cargo.toml (limited to 'drone/Cargo.toml') diff --git a/drone/Cargo.toml b/drone/Cargo.toml new file mode 100644 index 0000000..6d6aaf5 --- /dev/null +++ b/drone/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "himmel-drone" +version = "0.1.0" +edition = "2024" + +[dependencies] +pnet = { version = "0.31.0", features = ["std"] } + -- cgit v1.2.3