limone 0.0.5

Library to work with the limine boot protocol
Documentation
[package]
name = "limone"
version = "0.0.5"
edition = "2021"
license = "Apache-2.0"
authors = ["Federico Maria Morrone <contact@morrone.dev>"]
description = "Library to work with the limine boot protocol"
readme = "README.md"
documentation = "https://docs.rs/limone"
repository = "https://github.com/piuma-os/limone"
include = ["src/**/*.rs", "README.md", "LICENSE"]

[package.metadata.docs.rs]
targets = [
    "x86_64-unknown-none",
    "aarch64-unknown-none",
    "riscv64gc-unknown-none-elf",
    "loongarch64-unknown-none",
]