Basic executable without host operating system dependencies

This commit is contained in:
Fabio Scotto di Santolo
2024-06-20 11:29:21 +02:00
parent e24e92b000
commit e18f71d408
3 changed files with 46 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "fabios"
version = "0.1.0"
edition = "2018"
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"
[dependencies]