2022-10-03 23:00:31 +02:00
|
|
|
[package]
|
|
|
|
name = "como_infrastructure"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-05-28 15:34:36 +02:00
|
|
|
como_core.workspace = true
|
|
|
|
como_domain.workspace = true
|
2022-10-03 23:00:31 +02:00
|
|
|
|
2023-05-27 13:12:29 +02:00
|
|
|
|
2023-05-28 15:34:36 +02:00
|
|
|
axum.workspace = true
|
|
|
|
async-trait.workspace = true
|
|
|
|
uuid.workspace = true
|
|
|
|
anyhow.workspace = true
|
|
|
|
sqlx.workspace = true
|
2023-06-04 11:02:51 +02:00
|
|
|
chrono.workspace = true
|
|
|
|
serde_json.workspace = true
|
2023-05-28 15:34:36 +02:00
|
|
|
|
|
|
|
async-sqlx-session.workspace = true
|
|
|
|
|
|
|
|
tokio.workspace = true
|
2023-05-27 13:12:29 +02:00
|
|
|
clap.workspace = true
|
2023-05-28 15:34:36 +02:00
|
|
|
tracing.workspace = true
|
|
|
|
argon2.workspace = true
|
|
|
|
rand_core.workspace = true
|