Adds justfile to build everything

This commit is contained in:
2026-02-13 23:20:36 +01:00
parent 27a3847c13
commit 00d9ce656c
17 changed files with 36 additions and 21 deletions

6
crates/bffs/Cargo.toml Normal file
View File

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

3
crates/bffs/src/lib.rs Normal file
View File

@@ -0,0 +1,3 @@
#![no_std]
// const MAGIC_NUMBER: usize = 0xBFF5;