aboutsummaryrefslogtreecommitdiff
path: root/host/Cargo.toml
blob: c3156b44a245b975dc43709f0ed2a5efa9674a77 (plain) (blame)
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 = "ocularium_host"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true

[dependencies]
clap = { version = "4.5.18", features = ["derive"] }
tokio = { version = "1.40.0", features = ["full"] }
chrono = "0.4.38"
tokio-serial = "5.4"
postcard = "1.0"
heapless = { version = "0.8", features = ["serde"] }
eyre = "0.6"
serde = "1.0"
ssmarshal = { version = "1.0", features = ["std"] }

embassy-executor = { git = "https://pub.npry.dev/embassy", features = ["arch-std"] }
embassy-time = { git = "https://pub.npry.dev/embassy", features = ["std", "generic-queue"] }

molybdos_lib = { git = "https://pub.npry.dev/molybdos", features = ["postcard", "serde", "std"], default-features = false }

hound = "3.5"