prepare release
This commit is contained in:
parent
60b49d15c1
commit
5a386ebb42
|
@ -21,7 +21,7 @@ log = "0.3"
|
|||
libc = "0.2"
|
||||
spin = "0.4"
|
||||
num-traits = "0.1"
|
||||
pyo3cls = { path = "pyo3cls", version="0.1.0" }
|
||||
pyo3cls = "0.1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
#compiletest_rs = "*"
|
||||
|
|
|
@ -1,7 +1,13 @@
|
|||
[package]
|
||||
name = "pyo3cls"
|
||||
version = "0.1.0"
|
||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||
description = "Proc macros for PyO3 package"
|
||||
authors = ["PyO3 Project and Contributors <https://github.com/PyO3"]
|
||||
homepage = "https://github.com/pyo3/pyo3"
|
||||
repository = "https://github.com/pyo3/pyo3.git"
|
||||
documentation = "http://pyo3.github.io/PyO3/pyo3/"
|
||||
categories = ["api-bindings", "development-tools::ffi"]
|
||||
license = "APACHE-2"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
@ -9,7 +15,6 @@ proc-macro = true
|
|||
[dependencies]
|
||||
quote="0.3"
|
||||
log="0.3"
|
||||
env_logger = "0.4"
|
||||
|
||||
[dependencies.syn]
|
||||
version="0.11"
|
||||
|
|
Loading…
Reference in a new issue