feat: init commit

This commit is contained in:
2020-11-28 13:27:17 +08:00
parent c13575871c
commit 3a6b5b2485
54 changed files with 91423 additions and 22 deletions

7
release.toml Normal file
View File

@@ -0,0 +1,7 @@
# Configuration for the [cargo-release](https://github.com/sunng87/cargo-release) tool.
pre-release-replacements = [
{file="README.md", search="quick-js = .*", replace="{{crate_name}} = \"{{version}}\""},
]
tag-prefix = "quick-js-"