reticulum-synthesis/Cargo.toml
2025-10-11 11:37:31 +02:00

15 lines
371 B
TOML

[package]
name = "reticulum-synthesis"
version = "0.1.0"
edition = "2024"
description = "cli tool to randomly generate and run local Reticulum networks"
authors = ["tuxmain <tuxmain@zettascript.org>"]
repository = "https://git.txmn.tk/tuxmain/reticulum-synthesis"
license = "AGPL-3.0-only"
[dependencies]
argp = "0.4.0"
graphrs = "0.11.13"
[profile.release]
lto = true