Loading floss/hcidoc/packets/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -36,4 +36,4 @@ walkdir = "2.2" [lib] path = "lib.rs" crate-types = ["rlib"] crate-type = ["rlib"] system/gd/rust/linux/client/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ name = "client" version = "0.1.0" edition = "2018" build = "build.rs" [dependencies] rustyline = "10" Loading Loading @@ -32,4 +33,3 @@ pkg-config = "0.3.19" [[bin]] name = "btclient" path = "src/main.rs" build = "build.rs" system/gd/rust/linux/mgmt/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -41,4 +42,3 @@ protoc-rust = "2.0" [[bin]] name = "btmanagerd" path = "src/main.rs" build = "build.rs" system/gd/rust/linux/service/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ name = "btadapterd" version = "0.1.0" edition = "2018" build = "build.rs" [dependencies] bt_topshim = { path = "../../topshim" } Loading @@ -27,4 +28,3 @@ pkg-config = "0.3.19" [[bin]] name = "btadapterd" path = "src/main.rs" build = "build.rs" system/gd/rust/topshim/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ name = "bt_topshim" version = "0.0.1" edition = "2018" build = "build.rs" [dependencies] # BT dependencies Loading @@ -39,4 +40,3 @@ pkg-config = "0.3" [lib] path = "src/lib.rs" build = "build.rs" Loading
floss/hcidoc/packets/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -36,4 +36,4 @@ walkdir = "2.2" [lib] path = "lib.rs" crate-types = ["rlib"] crate-type = ["rlib"]
system/gd/rust/linux/client/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ name = "client" version = "0.1.0" edition = "2018" build = "build.rs" [dependencies] rustyline = "10" Loading Loading @@ -32,4 +33,3 @@ pkg-config = "0.3.19" [[bin]] name = "btclient" path = "src/main.rs" build = "build.rs"
system/gd/rust/linux/mgmt/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -41,4 +42,3 @@ protoc-rust = "2.0" [[bin]] name = "btmanagerd" path = "src/main.rs" build = "build.rs"
system/gd/rust/linux/service/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ name = "btadapterd" version = "0.1.0" edition = "2018" build = "build.rs" [dependencies] bt_topshim = { path = "../../topshim" } Loading @@ -27,4 +28,3 @@ pkg-config = "0.3.19" [[bin]] name = "btadapterd" path = "src/main.rs" build = "build.rs"
system/gd/rust/topshim/Cargo.toml +1 −1 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ name = "bt_topshim" version = "0.0.1" edition = "2018" build = "build.rs" [dependencies] # BT dependencies Loading @@ -39,4 +40,3 @@ pkg-config = "0.3" [lib] path = "src/lib.rs" build = "build.rs"