Initital structure

This commit is contained in:
Benjamyn Love 2024-11-29 17:05:53 +11:00
parent bde475c1f7
commit d3b9f811f5
5 changed files with 17 additions and 0 deletions

View File

@ -1,2 +1,8 @@
# BingoBongo
Bingo card web application
Backend `Rust` @benjamyn
Frontend `TBD` @balgie
Docs `MD files` @here

8
backend/Cargo.toml Normal file
View File

@ -0,0 +1,8 @@
[package]
name = "backend"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

3
backend/src/main.rs Normal file
View File

@ -0,0 +1,3 @@
fn main() {
println!("Hello, world!");
}

0
docs/.gitkeep Normal file
View File

0
frontend/.gitkeep Normal file
View File