tx-custom-boot 0.1.0

crate to generate a boot.dat from a custom payload for the switch
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.binwrite]
version = "0.2.1"

[dependencies.sha2]
version = "0.10.2"
[dev-dependencies.hex-literal]
version = "0.3.4"

[package]
description = "crate to generate a boot.dat from a custom payload for the switch"
edition = "2021"
license-file = "LICENSE"
name = "tx-custom-boot"
repository = "https://github.com/marcograss/tx-custom-boot"
resolver = "2"
version = "0.1.0"