back interdiff of round #8 and #7

init(menu): add menu project #133

merged
opened by freshlybakedca.ke targeting main from private/minion/push-mmztworysmow
ERROR
README.md

Failed to calculate interdiff for this file.

ERROR
menu/project.nix

Failed to calculate interdiff for this file.

ERROR
nilla.nix

Failed to calculate interdiff for this file.

ERROR
projects/menu/workspace.josh

Failed to calculate interdiff for this file.

ERROR
projects/menu/workspace.josh.license

Failed to calculate interdiff for this file.

NEW
menu/.gitignore
··· 1 + /target
NEW
menu/Cargo.toml
··· 1 + [package] 2 + name = "menu" 3 + version = "0.1.0" 4 + edition = "2024" 5 + 6 + [dependencies]
NEW
menu/src/main.rs
··· 1 + fn main() { 2 + println!("Hello, world!"); 3 + }