depepndencies

This commit is contained in:
Nikolay Kim 2017-03-23 13:41:25 -07:00
parent 4b6b82037e
commit 582b9e4e0f
1 changed files with 1 additions and 4 deletions

View File

@ -38,12 +38,10 @@ num-traits = "0.1"
# indicate which python ffi you are trying to bind to.
[dependencies.python27-sys]
optional = true
path = "python27-sys"
version = "0.1.2"
[dependencies.python3-sys]
optional = true
path = "python3-sys"
version = "0.1.3"
[features]
@ -72,5 +70,4 @@ python-3-4 = ["python3-sys/python-3-4"]
#pep-384 = ["python3-sys/pep-384"]
[workspace]
members = ["python27-sys", "python3-sys", "extensions/hello"]
members = ["extensions/hello"]