Add assets microservice base
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
11
backend/common/Cargo.toml
Normal file
11
backend/common/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "common"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
apca = "0.27.2"
|
||||
deadpool = "0.9.5"
|
||||
serde = { version = "1.0.188", features = ["derive"] }
|
||||
sqlx = { version = "0.7.1", features = ["uuid", "time", "postgres"] }
|
||||
time = { version = "0.3.27", features = ["serde"] }
|
Reference in New Issue
Block a user