Initital structure
This commit is contained in:
parent
bde475c1f7
commit
d3b9f811f5
@ -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
8
backend/Cargo.toml
Normal 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
3
backend/src/main.rs
Normal file
@ -0,0 +1,3 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
0
docs/.gitkeep
Normal file
0
docs/.gitkeep
Normal file
0
frontend/.gitkeep
Normal file
0
frontend/.gitkeep
Normal file
Loading…
x
Reference in New Issue
Block a user