taskrs-server 0.0.1

Placeholder for a WIP project
[package]
name = "taskrs-server"
edition = "2021"
version = "0.0.1"
description = "Placeholder for a WIP project"
homepage = "https://github.com/adam-gaia/taskrs"
documentation = "https://github.com/adam-gaia/taskrs"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/adam-gaia/taskrs"

[dependencies]
anyhow = "1.0.75"
axum = "0.6.20"
chrono = { version = "0.4.31", features = ["serde"] }
directories = "5.0.1"
toml = "0.8.0"
tracing = "0.1.37"
libtaskrs = { path = "../libtaskrs", version = "0.1.0" }
serde = { version = "1.0.188", features = ["derive"] }
sqlx = { version = "0.7.1", features = ["runtime-tokio", "sqlite", "macros", "migrate", "tls-rustls", "json"] }
tokio = { version = "1.32.0", features = ["full"] }
tracing-subscriber = {version = "0.3.17", features = ["env-filter"]}
serde_json = "1.0.107"
utoipa = { version = "3.5.0", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "3.1.5", features = ["axum"] }
uuid = { version = "1.4.1", features = ["serde"] }

[dev-dependencies]
axum-test = "12.5.0"
cargo-pretty-test = "0.2.4"
pretty_assertions = "1.4.0"
tempdir = "0.3.7"