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 --- Cargo.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 936d839..4a72513 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,5 @@ -[package] -name = "himmel" -version = "0.1.0" -edition = "2024" - -[dependencies] +[workspace] +members = [ + "drone", + "pilot" +] -- cgit v1.2.3