Commit Diff


commit - c45b455bfad255bb3e6cab35e1dbc6bd8ad9bc61
commit + 67f022afe299e120ddc8c913c6d7d393d2f55534
blob - af860d854abbf8a6d7fba21573fce9a7288741e0
blob + c731e794abb8063c2dfcbab8fd8c5fde30e419e8
--- Cargo.lock
+++ Cargo.lock
@@ -52,7 +52,7 @@ source = "registry+https://github.com/rust-lang/crates
 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 
 [[package]]
-name = "ble-throughput-server"
+name = "ble-throughput-client"
 version = "0.1.0"
 dependencies = [
  "anyhow",
blob - 8b708128304f72ccc81b1b3b18dc9f743b97395a
blob + cb4e81ba99070d7bc4e550a10b68117fe794098b
--- Cargo.toml
+++ Cargo.toml
@@ -1,5 +1,5 @@
 [package]
-name = "ble-throughput-server"
+name = "ble-throughput-client"
 version = "0.1.0"
 authors = ["Thomas Böhler <witcher@wiredspace.de>"]
 edition = "2021"