initial commit
This commit is contained in:
commit
3100948f3a
12 changed files with 1482 additions and 0 deletions
12
services/api/Cargo.toml
Normal file
12
services/api/Cargo.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "api"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
salvo = { version = "0.37.4", features = ["cors"] }
|
||||
tokio = { version = "1.22.0", features = ["macros"] }
|
||||
serde_json = "1.0.88"
|
||||
serde = "1.0.147"
|
Loading…
Add table
Add a link
Reference in a new issue