autobuild 0.1.4

A tool for automatic building and publishing based on git changes
[[bin]]
name = "autobuild"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

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

[dependencies.env_logger]
version = "0.10"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.8"

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

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

[dependencies.serde_json]
version = "1.0"

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

[package]
authors = ["w2moon <w2moon@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "A tool for automatic building and publishing based on git changes"
edition = "2021"
keywords = ["build", "automation", "git", "webhook"]
license = "MIT"
name = "autobuild"
readme = "README.md"
repository = "https://github.com/w2moon/autobuild"
version = "0.1.4"