add and edit files for release
This commit is contained in:
parent
1bf37eb890
commit
210e290dc0
2 changed files with 19 additions and 4 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -1,8 +1,10 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ofw"
|
name = "ofw"
|
||||||
|
description = "basic interfacing with OpenFirmware (former IEEE standard 1275)"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
authors = ["Niko Chow-Stuart <nikocs@voremicrocomputers.com>"]
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
repository = "https://git.gaycatgirl.sex/voremicrocomputers/vap_os/ofw"
|
||||||
|
license = "Apache-2.0"
|
||||||
[dependencies]
|
categories = ["api-bindings", "embedded", "hardware-support", "no-std", "no-std::no-alloc"]
|
||||||
|
keywords = ["ieee1275", "openfirmware", "forth", "powerpc"]
|
13
LICENSE
Normal file
13
LICENSE
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
Copyright 2023 Real Microsoft, LLC
|
||||||
|
|
||||||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
you may not use this file except in compliance with the License.
|
||||||
|
You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing, software
|
||||||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
See the License for the specific language governing permissions and
|
||||||
|
limitations under the License.
|
Loading…
Add table
Reference in a new issue