rouille_os/Cargo.toml
2021-04-24 17:11:40 +02:00

14 lines
No EOL
194 B
TOML

[package]
name = "rouille_os"
version = "0.1.0"
authors = ["Ruidy <ruidy.nemausat@gmail.com>"]
edition = "2018"
[dependencies]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"