Create basic rust project

Signed-off-by: Noah Knegt <git@noahknegt.com>
This commit is contained in:
2025-07-20 19:01:18 +02:00
parent 2b6df6578e
commit 9401ebccfc
3 changed files with 13 additions and 1 deletions

6
Cargo.toml Normal file
View File

@@ -0,0 +1,6 @@
[package]
name = "FerrOS"
version = "0.1.0"
edition = "2024"
[dependencies]