can not use workspace for examples

This commit is contained in:
Nikolay Kim 2018-01-19 10:27:37 -08:00
parent 96ad2efddf
commit 63a2066a39
1 changed files with 0 additions and 7 deletions

View File

@ -45,10 +45,3 @@ python3 = []
# It tells the linker to keep the python symbols unresolved,
# so that the module can also be used with statically linked python interpreters.
extension-module = []
[workspace]
members = [
"./",
"examples/word-count",
"examples/word-count-cls",
]