aboutsummaryrefslogtreecommitdiffstats
path: root/third_party/blurmac/Cargo.toml
blob: ec38e30b4d5c7ec78466a21bb82464c79249a885 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "blurmac"
description = "Bluetooth Rust lib using macOS CoreBluetooth"
version = "0.1.0"
readme = "README.md"
keywords = ["bluetooth", "ble", "macOS", "CoreBluetooth"]
repository = "https://github.com/akosthekiss/blurmac"
authors = ["Akos Kiss <akiss@inf.u-szeged.hu>"]
license = "BSD-3-Clause"
edition = "2018"

[lib]
name = "blurmac"
path = "src/lib.rs"
crate-type = ["rlib"]

[dependencies]
log = "0.4"
objc = "0.2"