[package]
edition = "2024"
name = "rusticulum"
version = "0.1.0"
authors = ["Matthew Remmel <matt@remmel.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust implementation of the Reticulum network stack"
homepage = "https://github.com/bellrock-cc/rusticulum"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/bellrock-cc/rusticulum"
[lib]
name = "rusticulum"
path = "src/lib.rs"
[dependencies]