[dependencies.base64]
default-features = false
features = ["std"]
version = "0.13.0"
[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.10.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
default-features = false
features = ["alloc"]
version = "1.0"
[[example]]
name = "basic"
path = "examples/basic.rs"
[lib]
path = "src/lib.rs"
[package]
authors = ["Theryston Santos <devtheryston@gmail.com>"]
description = "Build your entire project with one command 🚀"
edition = "2021"
license = "MIT"
name = "core_dt"
readme = "README.md"
repository = "https://github.com/dtemplate/dt"
version = "0.1.0"