2022-10-04 11:06:48 +02:00
|
|
|
[package]
|
|
|
|
name = "como_gql"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-06-04 14:42:38 +02:00
|
|
|
como_core.workspace = true
|
|
|
|
como_domain.workspace = true
|
|
|
|
como_infrastructure.workspace = true
|
2022-10-04 11:06:48 +02:00
|
|
|
|
2023-06-04 14:42:38 +02:00
|
|
|
anyhow.workspace = true
|
|
|
|
async-trait.workspace = true
|
|
|
|
async-graphql.workspace = true
|
|
|
|
uuid.workspace = true
|