blob: 5284bb62e468fb5fb6b7a40b8e2911e783bda055 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "alt-controller-image"
version = "0.1.0"
edition = "2024"
description = "Independent Rust/Hasher rootfs image builder for ALT Controller"
[lib]
path = "src/lib.rs"
[[bin]]
name = "alt-controller-image"
path = "src/main.rs"
|