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

Commit b9adb81b authored by Sonny Sasaka's avatar Sonny Sasaka Committed by Gerrit Code Review
Browse files

Merge "Change floss binary name"

parents df847fb4 9a4cbdf9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
[package]
name = "btserv"
name = "btadapterd"
version = "0.1.0"
edition = "2018"

@@ -21,6 +21,6 @@ tokio = { version = "1", features = ['bytes', 'fs', 'io-util', 'libc', 'macros',
pkg-config = "0.3.19"

[[bin]]
name = "btserv"
name = "btadapterd"
path = "src/main.rs"
build = "build.rs"