liblora 0.1.1

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

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

[dependencies]
base64 = "0.22.1"
serial2 = "0.2.28"
thiserror = "2.0.11"