feat: add shadow-rs

This commit is contained in:
2021-01-31 23:41:00 +08:00
parent b131013b3e
commit 6f36859a4e
5 changed files with 327 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[package]
name = "shadowrs"
version = "0.1.0"
authors = ["Hatter Jiang <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
shadow-rs = "0.5"
[build-dependencies]
shadow-rs = "0.5"