matatos 0.0.1

A fantasy operating system.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "matatos"
version = "0.0.1"
authors = ["Glenn Wallace glennw-coding@proton.me"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fantasy operating system."
readme = "README.md"
keywords = [
    "kernel",
    "os",
]
categories = [
    "no-std",
    "os",
]
license = "MIT"
repository = "https://codeberg.org/Stack-Syndicate/matatos"

[[bin]]
name = "matatos"
path = "src/main.rs"

[dependencies]