diff options
author | Matt Wimbler <[email protected]> | 2025-06-22 18:23:33 +0200 |
---|---|---|
committer | Matt Wimbler <[email protected]> | 2025-06-22 18:23:33 +0200 |
commit | 54a54b0d0d3365dcad90e09d48ea9257487f35e9 (patch) | |
tree | 0f2a852a16063df2b93977bbf5f9e97deda21ce5 /Cargo.toml | |
parent | 746d7933ea871a873a73be96747350edd015f8d5 (diff) |
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -1,6 +1,5 @@ -[package] -name = "himmel" -version = "0.1.0" -edition = "2024" - -[dependencies] +[workspace] +members = [ + "drone", + "pilot" +] |