Ready for rust bindings release

This commit is contained in:
mio
2021-10-17 03:26:40 +02:00
parent 6d0d0897f8
commit a11cd9c43f
4 changed files with 34 additions and 35 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "unicorn"
version = "1.0.0"
authors = ["Lukas Seidel"]
name = "unicorn-engine"
version = "2.0.0-rc3"
authors = ["Ziqiao Kong", "Lukas Seidel"]
documentation = ""
edition = "2018"
include = [
@@ -10,6 +10,7 @@ include = [
"/Cargo.toml",
"/README.md",
"/src/*",
"build.rs"
]
license = "GPL-2.0"
readme = "README.md"