lib_remotebuild-rs 0.1.3

A wrapper for the remote build API written in rust
Documentation
[package]
name = "lib_remotebuild-rs"
version = "0.1.3"
authors = ["jojii <jojii@gmx.net>"]
edition = "2018"
description = "A wrapper for the remote build API written in rust"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/JojiiOfficial/LibRemotebuildRS"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.10.8", features = ["json"] }
tokio = { version = "0.2.22", features = ["full"] }
serde = { version = "1.0.115", features = ["derive"] }
serde_json = "1.0.57"
serde_derive = "1.0.115"
chrono = { version = "0.4.15", features = ["serde"] }