ofw/Cargo.toml

10 lines
456 B
TOML
Raw Normal View History

[package]
name = "ofw"
2023-07-20 15:34:11 -07:00
description = "basic interfacing with OpenFirmware (former IEEE standard 1275)"
version = "0.3.1"
edition = "2021"
2023-07-20 15:34:11 -07:00
authors = ["Niko Chow-Stuart <nikocs@voremicrocomputers.com>"]
repository = "https://git.voremicrocomputers.com/voremicrocomputers/vap/ofw/ofw"
2023-07-20 15:34:11 -07:00
license = "Apache-2.0"
categories = ["api-bindings", "embedded", "hardware-support", "no-std", "no-std::no-alloc"]
keywords = ["ieee1275", "openfirmware", "forth", "powerpc"]