cibus-backend/crates/cibus_backend/Cargo.toml
Kasper Juul Hermansen 72bcd46238
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
fix(deps): update rust crate anyhow to 1.0.85
2024-05-17 22:42:54 +00:00

19 lines
591 B
TOML

[package]
name = "cibus-backend"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
async-graphql = "7.0.5"
axum = "0.7.5"
tokio = {version="1.37.0", features=["full"]}
uuid = {version="1.8.0", features=["v4", "fast-rng"]}
sqlx = { version = "0.7", features = [ "runtime-tokio-rustls", "postgres", "migrate"] }
anyhow = "1.0.85"
dotenv = "0.15.0"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tower-http = { version = "0.5.2", features = ["full"] }