BurritOS/Cargo.toml
Quentin Legot 44cfb828fb Remove useless libc, elf and ucontext, add comments to exceptions
improve propagation of errors in raise_exception
2023-04-05 16:02:54 +02:00

10 lines
139 B
TOML

[package]
name = "burritos"
version = "0.1.0"
edition = "2021"
[registries.crates-io]
protocol = "sparse"
[build-dependencies]
cc = "1.0"