generated from esd2-groupwork/template-repository
18 lines
436 B
TOML
18 lines
436 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"
|
|
rocket = "0.5.0"
|
|
rocket_cors = "0.6.0"
|
|
sudo = "0.6.0"
|