Skip to content
Snippets Groups Projects
This project manages its dependencies using Cargo. Learn more
Cargo.toml 217 B
[package]
name = "skavos"
description = "Minimal operating system"

edition = "2021"
license = "GPL-3.0-or-later"
version = "0.1.0"

authors = [
    "Vincent Lafeychine",
    "Balthazar Patiachvili",
]

[dependencies]