Initial commit

This commit is contained in:
Pascal Engélibert 2025-10-11 11:36:42 +02:00
commit 0e85a3ddb1
7 changed files with 1263 additions and 0 deletions

15
Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[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