shadow-rs 0.4.1

A build script write by Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "shadow-rs"
version = "0.4.1"
authors = ["baoyachi <liaoymxsdl@gmail.com>"]
edition = "2018"
description = "A build script write by Rust"
keywords = ["shadow", "build-script","build","script","compile"]
readme = "README.md"
repository = "https://github.com/baoyachi/shadow-rs"
license = "MIT AND Apache-2.0"

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

[dependencies]
chrono = "0.4.13"
git2 = "0.13.8"