Add examples to workspace
This commit is contained in:
parent
3681cf51e8
commit
c39a1d7e94
|
@ -45,3 +45,10 @@ 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",
|
||||
]
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
[package]
|
||||
authors = ["Messense Lv <messense@icloud.com>"]
|
||||
name = "word-count"
|
||||
name = "word-count-cls"
|
||||
version = "0.1.0"
|
||||
workspace = "../../"
|
||||
|
||||
[dependencies]
|
||||
rayon = "0.8"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
authors = ["Messense Lv <messense@icloud.com>"]
|
||||
name = "word-count"
|
||||
version = "0.1.0"
|
||||
workspace = "../../"
|
||||
|
||||
[dependencies]
|
||||
rayon = "0.8"
|
||||
|
|
Loading…
Reference in a new issue