cibus-backend/cibus_bin/Cargo.toml
Kasper Juul Hermansen e2934aed79
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
fix(deps): update all dependencies
2023-12-27 00:04:52 +00:00

19 lines
588 B
TOML

[package]
name = "cibus_bin"
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 = "6.0.11"
axum = "0.7.2"
tokio = {version="1.35.1", features=["full"]}
uuid = {version="1.6.1", features=["v4", "fast-rng"]}
sqlx = { version = "0.7", features = [ "runtime-tokio-rustls", "postgres", "migrate"] }
anyhow = "1.0.77"
dotenv = "0.15.0"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tower-http = { version = "0.5.0", features = ["full"] }