-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
34 lines (30 loc) · 834 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
# Vitrial workspace now
[workspace]
members = [
"mainapp",
"brainbit",
"handler",
"examples/connect",
"examples/battery_level",
]
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.5", features = ["serde"] }
#btleplug = { path = "../btleplug-blandger" }
tokio = { version = "1.36.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
async-trait = "0.1.77"
futures = "0.3.30"
tokio-stream = { version = "0.1.14", features = ["sync"] }
uuid = "1.7.0"
thiserror = "1.0.56"
color-eyre = "0.6.2"
chrono = "0.4.33"
#[build]
#rustflags = ["-C", "link-args=-gz"] #zip debug data