mirror of
https://github.com/rjNemo/rouille_os
synced 2026-06-06 02:26:46 +00:00
14 lines
No EOL
264 B
TOML
14 lines
No EOL
264 B
TOML
[package]
|
|
name = "rouille_os"
|
|
version = "0.1.0"
|
|
authors = ["Ruidy <ruidy.nemausat@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
|
|
[dependencies]
|
|
|
|
[profile.dev]
|
|
panic = "abort" # disable stack unwinding on panic
|
|
|
|
[profile.release]
|
|
panic = "abort" # disable stack unwinding on panic |