-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
26 lines (23 loc) · 1.13 KB
/
Cargo.toml
File metadata and controls
26 lines (23 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "simulation_controller"
version = "0.1.0"
edition = "2021"
[dependencies]
wg_2024 = { git = "https://github.com/WGL-2024/WGL_repo_2024.git", features = ["serialize", "debug"] }
crossbeam-channel = "0.5.13"
rand = "0.9.0"
colored = "3"
log = "0.4.25"
thiserror = "2.0.11"
gui = { git = "https://github.com/Rustastic/GUI"}
messages = { git = "https://github.com/Rustastic/Messages" }
rusty_drones = { git = "https://github.com/rusty-drone-2024/rusty-drone.git" }
LeDron_James = { git = "https://github.com/anass03/LeDron_James.git" }
dr_ones = { git = "https://github.com/Dr-Ones/drone" }
skylink = { git = "https://github.com/Suge42/Skylink_drone.git" }
rustbusters-drone = { git = "https://github.com/Rustbusters/drone"}
rust-roveri = { git = "https://github.com/RustRoveri/rust-roveri.git" }
rust_do_it = { git = "https://github.com/RustDoIt/Drone.git" }
wg_2024-rust = { git = "https://github.com/LuigiMiazzo17/unitn-advancedProgramming-WGL_2024-drone.git" }
#null-pointer-drone = { git = "https://github.com/The-Null-Pointer-Patrol/null-pointer-drone.git"}
lockheedrustin-drone = { git = "https://github.com/Lockheed-Rustin/drone.git" }