10 lines
No EOL
456 B
TOML
10 lines
No EOL
456 B
TOML
[package]
|
|
name = "ofw"
|
|
description = "basic interfacing with OpenFirmware (former IEEE standard 1275)"
|
|
version = "0.3.1"
|
|
edition = "2021"
|
|
authors = ["Niko Chow-Stuart <nikocs@voremicrocomputers.com>"]
|
|
repository = "https://git.voremicrocomputers.com/voremicrocomputers/vap/ofw/ofw"
|
|
license = "Apache-2.0"
|
|
categories = ["api-bindings", "embedded", "hardware-support", "no-std", "no-std::no-alloc"]
|
|
keywords = ["ieee1275", "openfirmware", "forth", "powerpc"] |