File tree Expand file tree Collapse file tree 12 files changed +57
-50
lines changed Expand file tree Collapse file tree 12 files changed +57
-50
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,13 @@ members = [
25
25
" tests/integration" ,
26
26
]
27
27
28
+ [workspace .package ]
29
+ authors = [" PHPER Framework Team" , " jmjoy <jmjoy@apache.org>" ]
30
+ edition = " 2021"
31
+ license = " MulanPSL-2.0"
32
+ repository = " https://github.com/jmjoy/phper.git"
33
+ rust-version = " 1.64"
34
+
28
35
[profile .dev ]
29
36
lto = true
30
37
Original file line number Diff line number Diff line change 11
11
[package ]
12
12
name = " hello"
13
13
version = " 0.0.0"
14
- authors = [ " PHPER Framework Team " , " jmjoy <jmjoy@apache.org> " ]
15
- edition = " 2021 "
16
- rust-version = " 1.56 "
14
+ authors.workspace = true
15
+ edition.workspace = true
16
+ rust-version.workspace = true
17
17
publish = false
18
- license = " MulanPSL-2.0 "
18
+ license.workspace = true
19
19
20
20
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
21
21
Original file line number Diff line number Diff line change 11
11
[package ]
12
12
name = " http-client"
13
13
version = " 0.0.0"
14
- authors = [ " PHPER Framework Team " , " jmjoy <jmjoy@apache.org> " ]
15
- edition = " 2021 "
16
- rust-version = " 1.56 "
14
+ authors.workspace = true
15
+ edition.workspace = true
16
+ rust-version.workspace = true
17
17
publish = false
18
- license = " MulanPSL-2.0 "
18
+ license.workspace = true
19
19
20
20
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
21
21
Original file line number Diff line number Diff line change 11
11
[package ]
12
12
name = " http-server"
13
13
version = " 0.0.0"
14
- authors = [ " PHPER Framework Team " , " jmjoy <jmjoy@apache.org> " ]
15
- edition = " 2021 "
16
- rust-version = " 1.56 "
14
+ authors.workspace = true
15
+ edition.workspace = true
16
+ rust-version.workspace = true
17
17
publish = false
18
- license = " MulanPSL-2.0 "
18
+ license.workspace = true
19
19
20
20
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
21
21
Original file line number Diff line number Diff line change 11
11
[package ]
12
12
name = " logging"
13
13
version = " 0.0.0"
14
- authors = [ " PHPER Framework Team " , " jmjoy <jmjoy@apache.org> " ]
15
- edition = " 2021 "
16
- rust-version = " 1.56 "
14
+ authors.workspace = true
15
+ edition.workspace = true
16
+ rust-version.workspace = true
17
17
publish = false
18
- license = " MulanPSL-2.0 "
18
+ license.workspace = true
19
19
20
20
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
21
21
Original file line number Diff line number Diff line change 11
11
[package ]
12
12
name = " phper-alloc"
13
13
version = " 0.5.1"
14
- authors = [ " PHPER Framework Team " , " jmjoy <jmjoy@apache.org> " ]
15
- edition = " 2021 "
16
- rust-version = " 1.56 "
14
+ authors.workspace = true
15
+ edition.workspace = true
16
+ rust-version.workspace = true
17
17
description = " Alloc related items for phper crate."
18
- repository = " https://github.com/jmjoy/phper.git "
19
- license = " MulanPSL-2.0 "
18
+ repository.workspace = true
19
+ license.workspace = true
20
20
keywords = [" php" , " alloc" ]
21
21
22
22
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change 11
11
[package ]
12
12
name = " phper-build"
13
13
version = " 0.5.1"
14
- authors = [ " PHPER Framework Team " , " jmjoy <jmjoy@apache.org> " ]
15
- edition = " 2021 "
16
- rust-version = " 1.56 "
14
+ authors.workspace = true
15
+ edition.workspace = true
16
+ rust-version.workspace = true
17
17
description = " Generates stubs for project using phper."
18
- repository = " https://github.com/jmjoy/phper.git "
19
- license = " MulanPSL-2.0 "
18
+ repository.workspace = true
19
+ license.workspace = true
20
20
keywords = [" php" , " binding" ]
21
21
22
22
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change 11
11
[package ]
12
12
name = " phper-macros"
13
13
version = " 0.5.1"
14
- authors = [ " PHPER Framework Team " , " jmjoy <jmjoy@apache.org> " ]
15
- edition = " 2021 "
16
- rust-version = " 1.56 "
14
+ authors.workspace = true
15
+ edition.workspace = true
16
+ rust-version.workspace = true
17
17
description = " The proc-macros for phper crate."
18
- repository = " https://github.com/jmjoy/phper.git "
19
- license = " MulanPSL-2.0 "
18
+ repository.workspace = true
19
+ license.workspace = true
20
20
keywords = [" php" , " proc-macro" ]
21
21
22
22
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change 11
11
[package ]
12
12
name = " phper-sys"
13
13
version = " 0.5.1"
14
- authors = [ " PHPER Framework Team " , " jmjoy <jmjoy@apache.org> " ]
15
- edition = " 2021 "
16
- rust-version = " 1.56 "
14
+ authors.workspace = true
15
+ edition.workspace = true
16
+ rust-version.workspace = true
17
17
description = " Low level PHP binding for Rust."
18
- repository = " https://github.com/jmjoy/phper.git "
19
- license = " MulanPSL-2.0 "
18
+ repository.workspace = true
19
+ license.workspace = true
20
20
keywords = [" php" , " binding" ]
21
21
22
22
[build-dependencies ]
Original file line number Diff line number Diff line change 11
11
[package ]
12
12
name = " phper-test"
13
13
version = " 0.5.1"
14
- authors = [ " PHPER Framework Team " , " jmjoy <jmjoy@apache.org> " ]
15
- edition = " 2021 "
16
- rust-version = " 1.56 "
14
+ authors.workspace = true
15
+ edition.workspace = true
16
+ rust-version.workspace = true
17
17
description = " PHPer testing utilities."
18
- repository = " https://github.com/jmjoy/phper.git "
19
- license = " MulanPSL-2.0 "
18
+ repository.workspace = true
19
+ license.workspace = true
20
20
keywords = [" php" , " binding" ]
21
21
22
22
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
You can’t perform that action at this time.
0 commit comments