hyprtask 0.1.0

A simple CLI tool for Google Tasks
[[bin]]
name = "hyprtask"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.dirs]
version = "5.0"

[dependencies.oauth2]
version = "4.4"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tiny_http]
version = "0.12"

[dependencies.tokio]
features = ["full"]
version = "1.40"

[dependencies.webbrowser]
version = "1.0"

[package]
authors = ["Mabylife <970520h@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A simple CLI tool for Google Tasks"
documentation = "https://github.com/Mabylife/hyprtask#readme"
edition = "2021"
homepage = "https://github.com/Mabylife/hyprtask"
keywords = ["tasks", "todo", "google", "cli", "productivity"]
license = "MIT"
name = "hyprtask"
readme = "README.md"
repository = "https://github.com/Mabylife/hyprtask"
version = "0.1.0"