File tree Expand file tree Collapse file tree 6 files changed +11
-10
lines changed Expand file tree Collapse file tree 6 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,7 @@ members = [
19
19
" phper-doc" ,
20
20
21
21
# internal
22
- " examples/complex" ,
23
- " examples/hello" ,
24
- " examples/http-client" ,
25
- " examples/http-server" ,
26
- " examples/logging" ,
22
+ " examples/*" ,
27
23
" tests/integration" ,
28
24
]
29
25
Original file line number Diff line number Diff line change 9
9
# See the Mulan PSL v2 for more details.
10
10
11
11
[package ]
12
- name = " complex"
12
+ name = " phper-example- complex"
13
13
version = " 0.0.0"
14
14
authors = { workspace = true }
15
15
edition = { workspace = true }
@@ -18,6 +18,7 @@ publish = false
18
18
license = { workspace = true }
19
19
20
20
[lib ]
21
+ name = " complex"
21
22
crate-type = [" lib" , " cdylib" ]
22
23
23
24
[dependencies ]
Original file line number Diff line number Diff line change 9
9
# See the Mulan PSL v2 for more details.
10
10
11
11
[package ]
12
- name = " hello"
12
+ name = " phper-example- hello"
13
13
version = " 0.0.0"
14
14
publish = false
15
15
authors = { workspace = true }
@@ -18,6 +18,7 @@ rust-version = { workspace = true }
18
18
license = { workspace = true }
19
19
20
20
[lib ]
21
+ name = " hello"
21
22
crate-type = [" lib" , " cdylib" ]
22
23
23
24
[dependencies ]
Original file line number Diff line number Diff line change 9
9
# See the Mulan PSL v2 for more details.
10
10
11
11
[package ]
12
- name = " http-client"
12
+ name = " phper-example- http-client"
13
13
version = " 0.0.0"
14
14
authors = { workspace = true }
15
15
edition = { workspace = true }
@@ -18,6 +18,7 @@ publish = false
18
18
license = { workspace = true }
19
19
20
20
[lib ]
21
+ name = " http_client"
21
22
crate-type = [" lib" , " cdylib" ]
22
23
23
24
[dependencies ]
Original file line number Diff line number Diff line change 9
9
# See the Mulan PSL v2 for more details.
10
10
11
11
[package ]
12
- name = " http-server"
12
+ name = " phper-example- http-server"
13
13
version = " 0.0.0"
14
14
authors = { workspace = true }
15
15
edition = { workspace = true }
@@ -18,6 +18,7 @@ publish = false
18
18
license = { workspace = true }
19
19
20
20
[lib ]
21
+ name = " http_server"
21
22
crate-type = [" lib" , " cdylib" ]
22
23
23
24
[dependencies ]
Original file line number Diff line number Diff line change 9
9
# See the Mulan PSL v2 for more details.
10
10
11
11
[package ]
12
- name = " logging"
12
+ name = " phper-example- logging"
13
13
version = " 0.0.0"
14
14
authors = { workspace = true }
15
15
edition = { workspace = true }
@@ -18,6 +18,7 @@ publish = false
18
18
license = { workspace = true }
19
19
20
20
[lib ]
21
+ name = " logging"
21
22
crate-type = [" lib" , " cdylib" ]
22
23
23
24
[dependencies ]
You can’t perform that action at this time.
0 commit comments