bootstrap rust backend
This commit is contained in:
parent
f7c06da2af
commit
9bfe6ded8f
11 changed files with 144 additions and 0 deletions
8
crates/entity/Cargo.toml
Normal file
8
crates/entity/Cargo.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "entity"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
||||
[dependencies]
|
||||
sea-orm = { version = "0.12" }
|
0
crates/entity/src/lib.rs
Normal file
0
crates/entity/src/lib.rs
Normal file
Loading…
Add table
Add a link
Reference in a new issue