feat: with items

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-06-04 11:02:51 +02:00
parent 12c7c8f6ee
commit 534b2e4a23
25 changed files with 517 additions and 111 deletions

View File

@@ -7,6 +7,7 @@ members = [
"como_gql",
"como_api",
]
resolver = "2"
[workspace.dependencies]
como_bin = { path = "./como_bin/" }
@@ -34,7 +35,10 @@ sqlx = { version = "0.6.2", features = [
"migrate",
"uuid",
"offline",
"time",
"chrono",
] }
chrono = { version = "0.4.26", features = ["serde"] }
tokio = { version = "1.28.2", features = ["full"] }