mirror of
https://github.com/servo/servo.git
synced 2025-08-28 16:48:22 +01:00
Split the bluetooth code out from the net crates.
This commit is contained in:
parent
e3493cdd26
commit
4fbe415e80
28 changed files with 143 additions and 34 deletions
15
components/bluetooth_traits/Cargo.toml
Normal file
15
components/bluetooth_traits/Cargo.toml
Normal file
|
@ -0,0 +1,15 @@
|
|||
[package]
|
||||
name = "bluetooth_traits"
|
||||
version = "0.0.1"
|
||||
authors = ["The Servo Project Developers"]
|
||||
license = "MPL-2.0"
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
name = "bluetooth_traits"
|
||||
path = "lib.rs"
|
||||
|
||||
[dependencies]
|
||||
ipc-channel = "0.5"
|
||||
serde = "0.8"
|
||||
serde_derive = "0.8"
|
Loading…
Add table
Add a link
Reference in a new issue