liblora 0.1.1

A library to handle LoRa UART functionality
Documentation
[[bin]]
name = "liblora"
path = "src/main.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.serial2]
version = "0.2.28"

[dependencies.thiserror]
version = "2.0.11"

[lib]
name = "liblora"
path = "src/lib.rs"

[package]
authors = ["geno nullfree <nullfree.geno@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library to handle LoRa UART functionality"
edition = "2021"
homepage = "https://github.com/genonullfree/liblora.git"
license = "BSD-3-Clause"
name = "liblora"
readme = "README.md"
repository = "https://github.com/genonullfree/liblora.git"
version = "0.1.1"