init
This commit is contained in:
commit
31c9c600b0
59 changed files with 47825 additions and 0 deletions
11
backend/Cargo.toml
Normal file
11
backend/Cargo.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "backend"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
repository.workspace = true
|
||||
authors.workspace = true
|
||||
readme.workspace = true
|
||||
publish.workspace = true
|
||||
|
||||
[dependencies]
|
||||
moon.workspace = true
|
Reference in a new issue