-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
35 lines (31 loc) · 868 Bytes
/
Cargo.toml
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
27
28
29
30
31
32
33
34
35
# Vitrial workspace now
[workspace]
members = [
"mainapp",
"brainbit",
"handler",
"examples/connect",
"examples/battery_level",
"examples/async_trait_update",
]
resolver = "2"
[workspace.package]
version = "0.1.0"
authors = ["Yuriy Larin <[email protected]>"]
edition = "2021"
repository = "https://github.com/blandger/mielophone"
[workspace.dependencies]
btleplug = { version = "0.11.7", features = ["serde"] }
#btleplug = { path = "../btleplug-blandger" }
tokio = { version = "1.42.0", features = ["full"] }
tokio-stream = { version = "0.1.14", features = ["sync"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
async-trait = "0.1.83"
futures = "0.3.31"
uuid = "1.11"
thiserror = "2.0.9"
color-eyre = "0.6.3"
chrono = "0.4.39"
#[build]
#rustflags = ["-C", "link-args=-gz"] #zip debug data