mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
19 lines
436 B
TOML
19 lines
436 B
TOML
[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"
|