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 = [
2525 " tests/integration" ,
2626]
2727
28+ [workspace .package ]
29+ authors = [
" PHPER Framework Team" ,
" jmjoy <[email protected] >" ]
30+ edition = " 2021"
31+ license = " MulanPSL-2.0"
32+ repository = " https://github.com/jmjoy/phper.git"
33+ rust-version = " 1.64"
34+
2835[profile .dev ]
2936lto = true
3037
Original file line number Diff line number Diff line change 1111[package ]
1212name = " hello"
1313version = " 0.0.0"
14- authors =
[ " PHPER Framework Team " , " jmjoy <[email protected] > " ] 15- edition = " 2021 "
16- rust-version = " 1.56 "
14+ authors.workspace = true
15+ edition.workspace = true
16+ rust-version.workspace = true
1717publish = false
18- license = " MulanPSL-2.0 "
18+ license.workspace = true
1919
2020# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2121
Original file line number Diff line number Diff line change 1111[package ]
1212name = " http-client"
1313version = " 0.0.0"
14- authors =
[ " PHPER Framework Team " , " jmjoy <[email protected] > " ] 15- edition = " 2021 "
16- rust-version = " 1.56 "
14+ authors.workspace = true
15+ edition.workspace = true
16+ rust-version.workspace = true
1717publish = false
18- license = " MulanPSL-2.0 "
18+ license.workspace = true
1919
2020# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2121
Original file line number Diff line number Diff line change 1111[package ]
1212name = " http-server"
1313version = " 0.0.0"
14- authors =
[ " PHPER Framework Team " , " jmjoy <[email protected] > " ] 15- edition = " 2021 "
16- rust-version = " 1.56 "
14+ authors.workspace = true
15+ edition.workspace = true
16+ rust-version.workspace = true
1717publish = false
18- license = " MulanPSL-2.0 "
18+ license.workspace = true
1919
2020# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2121
Original file line number Diff line number Diff line change 1111[package ]
1212name = " logging"
1313version = " 0.0.0"
14- authors =
[ " PHPER Framework Team " , " jmjoy <[email protected] > " ] 15- edition = " 2021 "
16- rust-version = " 1.56 "
14+ authors.workspace = true
15+ edition.workspace = true
16+ rust-version.workspace = true
1717publish = false
18- license = " MulanPSL-2.0 "
18+ license.workspace = true
1919
2020# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2121
Original file line number Diff line number Diff line change 1111[package ]
1212name = " phper-alloc"
1313version = " 0.5.1"
14- authors =
[ " PHPER Framework Team " , " jmjoy <[email protected] > " ] 15- edition = " 2021 "
16- rust-version = " 1.56 "
14+ authors.workspace = true
15+ edition.workspace = true
16+ rust-version.workspace = true
1717description = " 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
2020keywords = [" php" , " alloc" ]
2121
2222# 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 1111[package ]
1212name = " phper-build"
1313version = " 0.5.1"
14- authors =
[ " PHPER Framework Team " , " jmjoy <[email protected] > " ] 15- edition = " 2021 "
16- rust-version = " 1.56 "
14+ authors.workspace = true
15+ edition.workspace = true
16+ rust-version.workspace = true
1717description = " 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
2020keywords = [" php" , " binding" ]
2121
2222# 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 1111[package ]
1212name = " phper-macros"
1313version = " 0.5.1"
14- authors =
[ " PHPER Framework Team " , " jmjoy <[email protected] > " ] 15- edition = " 2021 "
16- rust-version = " 1.56 "
14+ authors.workspace = true
15+ edition.workspace = true
16+ rust-version.workspace = true
1717description = " 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
2020keywords = [" php" , " proc-macro" ]
2121
2222# 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 1111[package ]
1212name = " phper-sys"
1313version = " 0.5.1"
14- authors =
[ " PHPER Framework Team " , " jmjoy <[email protected] > " ] 15- edition = " 2021 "
16- rust-version = " 1.56 "
14+ authors.workspace = true
15+ edition.workspace = true
16+ rust-version.workspace = true
1717description = " 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
2020keywords = [" php" , " binding" ]
2121
2222[build-dependencies ]
Original file line number Diff line number Diff line change 1111[package ]
1212name = " phper-test"
1313version = " 0.5.1"
14- authors =
[ " PHPER Framework Team " , " jmjoy <[email protected] > " ] 15- edition = " 2021 "
16- rust-version = " 1.56 "
14+ authors.workspace = true
15+ edition.workspace = true
16+ rust-version.workspace = true
1717description = " PHPer testing utilities."
18- repository = " https://github.com/jmjoy/phper.git "
19- license = " MulanPSL-2.0 "
18+ repository.workspace = true
19+ license.workspace = true
2020keywords = [" php" , " binding" ]
2121
2222# 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