aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 907f314ed46028c0a11bbe8b7a1232e0b03977cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "switchpro"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bluez-async = "0.5.5"
tokio = { version = "1.18.0", features = ["full"] }
tokio-stream = "0.1.8"