chore: re-map project structure to using multi workspace paradigm
This commit is contained in:
+9
-5
@@ -1,9 +1,13 @@
|
||||
[package]
|
||||
name = "imphnen-backend-service"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"imphnen-apis",
|
||||
"imphnen-utils",
|
||||
"imphnen-libs",
|
||||
"imphnen-entities",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
[workspace.dependencies]
|
||||
axum = { version = "0.8.1", features = ["multipart"] }
|
||||
log = "0.4.25"
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
|
||||
Reference in New Issue
Block a user