Implement an API backend
This commit is contained in:
10
api/Cargo.toml
Normal file
10
api/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "tiramisu_api"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.7.5", features = [] }
|
||||
serde = { version = "1.0.203", features = ["derive"] }
|
||||
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
|
||||
tower-http = { version = "0.5.2", features = ["cors"] }
|
Reference in New Issue
Block a user