[package]
name = "taskrs-client"
edition = "2021"
version = "0.0.1"
authors = ["Adam Gaia"]
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"
log = "0.4.20"
libtaskrs = {path = "../libtaskrs", version = "0.1.0"}
serde = { version = "1.0.188", features = ["derive"] }
reqwest = { version = "0.11.20", features = ["json", "rustls", "blocking"], default-features = false }
tokio = { version = "1.32.0", features = ["full"] }
serde_json = "1.0.107"