generated from esd2-groupwork/template-repository
Communication between world server (Unity) and external test device (SoC) proven, as shown in logs. Still TODO: - [ ] REST endpoint to export data [likely going to be a unique repo] - [ ] VDMA for image processing Reviewed-on: #6 Reviewed-by: Isaacsouthwell <ias4117@rit.edu> Co-authored-by: Blizzard Finnegan <blizzardfinnegan@gmail.com> Co-committed-by: Blizzard Finnegan <blizzardfinnegan@gmail.com>
15 lines
382 B
TOML
15 lines
382 B
TOML
[package]
|
|
name = "communication-layer"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
chrono = "0.4.35"
|
|
fern = "0.6.2"
|
|
image = { version = "0.25.0", default-features = false, features = ["png","ff","gif"] }
|
|
ipnet = "2.9.0"
|
|
local-ip-address = "0.6.1"
|
|
log = "0.4.21"
|
|
rand = "0.8.5"
|