aboutsummaryrefslogtreecommitdiff
path: root/pilot/Cargo.toml
diff options
context:
space:
mode:
authorMatt Wimbler <[email protected]>2025-06-22 18:23:33 +0200
committerMatt Wimbler <[email protected]>2025-06-22 18:23:33 +0200
commit54a54b0d0d3365dcad90e09d48ea9257487f35e9 (patch)
tree0f2a852a16063df2b93977bbf5f9e97deda21ce5 /pilot/Cargo.toml
parent746d7933ea871a873a73be96747350edd015f8d5 (diff)
basic icmp commsHEADmaster
Diffstat (limited to 'pilot/Cargo.toml')
-rw-r--r--pilot/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pilot/Cargo.toml b/pilot/Cargo.toml
new file mode 100644
index 0000000..2431931
--- /dev/null
+++ b/pilot/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "himmel-pilot"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]
+pnet = { version = "0.31.0", features = ["std"] }