initial integration with telem viz
This commit is contained in:
@@ -5,19 +5,18 @@ edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = { workspace = true }
|
||||
log = { workspace = true, features = ["max_level_trace", "release_max_level_debug"] }
|
||||
chrono = { workspace = true }
|
||||
embedded-hal = "1.0.0"
|
||||
embedded-hal-bus = { version = "0.3.0", features = ["std"] }
|
||||
embedded-hal-mock = { version = "0.11.1", optional = true }
|
||||
rpi-pal = { version = "0.22.2", features = ["hal"], optional = true }
|
||||
hex = "0.4.3"
|
||||
crc = "3.3.0"
|
||||
nautilus_common = { path = "../common" }
|
||||
crc = {workspace = true}
|
||||
embedded-hal = {workspace = true}
|
||||
embedded-hal-bus = { workspace = true, features = ["std"] }
|
||||
embedded-hal-mock = { workspace = true, optional = true }
|
||||
log = { workspace = true, features = ["max_level_trace", "release_max_level_debug"] }
|
||||
nautilus_common = { workspace = true }
|
||||
postcard = { workspace = true }
|
||||
rpi-pal = { workspace = true, features = ["hal"], optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
embedded-hal-mock = { version = "0.11.1" }
|
||||
embedded-hal-mock = { workspace = true }
|
||||
|
||||
[features]
|
||||
raspi = ["dep:rpi-pal"]
|
||||
|
||||
Reference in New Issue
Block a user