Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 784bc045 authored by Hsin-chen Chuang's avatar Hsin-chen Chuang Committed by Gerrit Code Review
Browse files

Merge "floss: Fix "unused manifest key" warning" into main

parents 3150c6e8 efb90576
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -36,4 +36,4 @@ walkdir = "2.2"

[lib]
path = "lib.rs"
crate-types = ["rlib"]
crate-type = ["rlib"]
+1 −1
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
name = "client"
version = "0.1.0"
edition = "2018"
build = "build.rs"

[dependencies]
rustyline = "10"
@@ -32,4 +33,3 @@ pkg-config = "0.3.19"
[[bin]]
name = "btclient"
path = "src/main.rs"
build = "build.rs"
+1 −1
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
name = "manager_service"
version = "0.3.0"
edition = "2018"
build = "build.rs"

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

@@ -41,4 +42,3 @@ protoc-rust = "2.0"
[[bin]]
name = "btmanagerd"
path = "src/main.rs"
build = "build.rs"
+1 −1
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
name = "btadapterd"
version = "0.1.0"
edition = "2018"
build = "build.rs"

[dependencies]
bt_topshim = { path = "../../topshim" }
@@ -27,4 +28,3 @@ pkg-config = "0.3.19"
[[bin]]
name = "btadapterd"
path = "src/main.rs"
build = "build.rs"
+1 −1
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
name = "bt_topshim"
version = "0.0.1"
edition = "2018"
build = "build.rs"

[dependencies]
# BT dependencies
@@ -39,4 +40,3 @@ pkg-config = "0.3"

[lib]
path = "src/lib.rs"
build = "build.rs"