cli

Command-line interface for Radroots
git clone https://radroots.dev/git/cli.git
Log | Files | Refs | README | LICENSE

commit 5c546c2ab5fb964b8b711e3ae9e336122d4694ed
parent fa544de1a2a50aa0d6084f6eb42c71d2e1475891
Author: triesap <tyson@radroots.org>
Date:   Fri, 24 Apr 2026 00:02:57 +0000

build: set cross backend for release materialization

Diffstat:
MCargo.toml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -7,6 +7,9 @@ rust-version = "1.92.0" license = "AGPL-3.0" description = "Command-line interface for Radroots" +[package.metadata.radroots_release.build] +backend = "cross" + [[bin]] name = "radroots" path = "src/main.rs"