[package] name = "{{project-name}}" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] axum = "0.7.4" serde = { version = "1.0.195", features = ["derive"] } tokio = { version = "1.35.1", features = ["full"] } {%- if logs %} tracing = "0.1.40" tracing-subscriber = "0.3.18" {%- endif %} prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.11" } anyhow = "1.0.79" tower-http = { version = "0.5.0", features = ["full"] } [workspace] members = ["prisma-cli"]