[package]
edition = "2024"
name = "blat"
version = "0.1.0"
authors = ["Raffaele Ragni <raffaele.ragni@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "bluetooth git remote helper"
homepage = "https://codeberg.org/raffaeleragni/blat"
documentation = "https://docs.rs/blat"
readme = "README.md"
keywords = []
categories = []
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/raffaeleragni/blat"
[[bin]]
name = "blat"
path = "src/main.rs"
[[bin]]
name = "git-remote-blat"
path = "src/remote-main.rs"
[dependencies.bluer]
version = "0.17"
features = [
"bluetoothd",
"l2cap",
"serde",
"tokio-stream",
]
[dependencies.tokio]
version = "1"
features = [
"macros",
"rt-multi-thread",
]