From 210e290dc095605521da61a49de7283e7e289b31 Mon Sep 17 00:00:00 2001 From: husky Date: Thu, 20 Jul 2023 15:34:11 -0700 Subject: [PATCH] add and edit files for release --- Cargo.toml | 10 ++++++---- LICENSE | 13 +++++++++++++ 2 files changed, 19 insertions(+), 4 deletions(-) create mode 100644 LICENSE diff --git a/Cargo.toml b/Cargo.toml index 5990672..39039ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,10 @@ [package] name = "ofw" +description = "basic interfacing with OpenFirmware (former IEEE standard 1275)" version = "0.1.0" edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] +authors = ["Niko Chow-Stuart "] +repository = "https://git.gaycatgirl.sex/voremicrocomputers/vap_os/ofw" +license = "Apache-2.0" +categories = ["api-bindings", "embedded", "hardware-support", "no-std", "no-std::no-alloc"] +keywords = ["ieee1275", "openfirmware", "forth", "powerpc"] \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..1e19ce0 --- /dev/null +++ b/LICENSE @@ -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. \ No newline at end of file