blat 0.1.0

bluetooth git remote helper
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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",
]