arcboot 0.1.2

An executable tool for building rust-based kernels and compiling, assembling and linking any extra dependencies
Documentation
1
2
3
4
5
6
7
8
9
10
[dependencies]

[package]
description = "An executable tool for building rust-based kernels and compiling, assembling and linking any extra dependencies"
edition = "2021"
exclude = ["archive/*", "examples/*", "support"]
license = "BSD-3-Clause"
name = "arcboot"
resolver = "2"
version = "0.1.2"