cli

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

commit 490f4ba67a35c8ff6ea4f0b5b25bc704e5f8c808
parent 9787102a278910c2673d41106d8f91ff7479af29
Author: triesap <tyson@radroots.org>
Date:   Thu,  4 Jun 2026 13:16:46 -0700

build: remove release builder metadata

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

diff --git a/Cargo.toml b/Cargo.toml @@ -7,9 +7,6 @@ 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"