Cargo init.
This commit is contained in:
parent
cbda65e963
commit
daa8ea00ba
5 changed files with 18 additions and 1 deletions
6
backend/Cargo.toml
Normal file
6
backend/Cargo.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[package]
|
||||
name = "backend"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
Loading…
Add table
Add a link
Reference in a new issue