[package]
edition = "2018"
name = "cinder"
version = "0.0.2"
authors = ["Thao le <thaolt@songphi.com>"]
description = "CINDER is a Continuous Integration and Delivery system written in Rust"
homepage = "https://github.com/thaolt/cinder"
documentation = "https://github.com/thaolt/cinder"
license-file = "LICENSE"
repository = "https://github.com/thaolt/cinder"
[dependencies.clap]
version = "2.33"
features = ["yaml"]
[dependencies.dotenv]
version = "0.14.1"
[dependencies.job_scheduler]
version = "1.0"
[dependencies.postgres]
version = "0.15"
[dependencies.rust-embed]
version = "5.1.0"