File tree Expand file tree Collapse file tree 6 files changed +34
-52
lines changed Expand file tree Collapse file tree 6 files changed +34
-52
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,17 @@ members = [
1010]
1111resolver = " 2"
1212
13- [profile .release ]
14- strip = true
15- lto = true
16- opt-level = 3
17- codegen-units = 1
13+ [workspace .package ]
14+ version = " 4.0.0"
15+ authors = [" László Nagy <rizsotto at gmail dot com>" ]
16+ repository = " https://github.com/rizsotto/Bear"
17+ homepage = " https://github.com/rizsotto/Bear"
18+ license = " GPL-3"
19+ edition = " 2021"
1820
1921[workspace .dependencies ]
2022thiserror = " 2.0"
2123anyhow = " 1.0"
22- libc = " 0.2"
2324serde = { version = " 1.0" , default-features = false , features = [" derive" ] }
2425serde_json = { version = " 1.0" , default-features = false , features = [" std" ] }
2526serde_yml = " 0.0"
@@ -30,11 +31,15 @@ directories = "6.0"
3031shell-words = " 1.1"
3132tempfile = { version = " 3.19" , default-features = false }
3233signal-hook = { version = " 0.3" , default-features = false }
34+ libc = " 0.2"
35+ which = " 7.0"
36+ cc = " 1.2"
37+ assert_cmd = " 2.0"
38+ assert_fs = " 1.1"
39+ predicates = " 3.1"
3340
34- [workspace .package ]
35- version = " 4.0.0"
36- authors = [" László Nagy <rizsotto at gmail dot com>" ]
37- repository = " https://github.com/rizsotto/Bear"
38- homepage = " https://github.com/rizsotto/Bear"
39- license = " GPL-3"
40- edition = " 2021"
41+ [profile .release ]
42+ strip = true
43+ lto = true
44+ opt-level = 3
45+ codegen-units = 1
Original file line number Diff line number Diff line change @@ -35,7 +35,3 @@ signal-hook.workspace = true
3535
3636[dev-dependencies ]
3737tempfile.workspace = true
38- anyhow.workspace = true
39- assert_cmd = " 2.0"
40- assert_fs = " 1.1"
41- predicates = " 3.1"
Original file line number Diff line number Diff line change 11[package ]
22name = " integration-tests"
3- version = " 0.1.0"
4- edition = " 2021"
3+ version.workspace = true
4+ authors.workspace = true
5+ repository.workspace = true
6+ homepage.workspace = true
7+ license.workspace = true
8+ edition.workspace = true
59publish = false
610
711[features ]
812allow-integration-tests = []
913
10- [dependencies ]
14+ [dev- dependencies ]
1115bear = { path = " ../bear" }
1216intercept-preload = { path = " ../intercept-preload" }
1317intercept-wrapper = { path = " ../intercept-wrapper" }
14-
15- [dev-dependencies ]
16- tempfile = { version = " 3.19" , default-features = false }
17- anyhow = " 1.0"
18- assert_cmd = " 2.0"
19- assert_fs = " 1.1"
20- predicates = " 3.1"
18+ tempfile.workspace = true
19+ anyhow.workspace = true
20+ assert_cmd.workspace = true
21+ assert_fs.workspace = true
22+ predicates.workspace = true
2123
2224[build-dependencies ]
2325platform-checks = { path = " ../platform-checks" }
24- which = " 7.0"
25-
26- [[bin ]]
27- name = " integration-deps-only"
28- path = " src/build_deps.rs"
29- required-features = [" allow-integration-tests" ]
26+ which.workspace = true
3027
3128[[test ]]
3229name = " integration"
3330path = " tests/integration.rs"
34- harness = true
3531required-features = [" allow-integration-tests" ]
32+ harness = true
3633
3734[lints .rust ]
3835unexpected_cfgs = { level = " warn" , check-cfg = [
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ anyhow.workspace = true
2222log.workspace = true
2323
2424[target .'cfg(target_os = "linux")' .dependencies ]
25- libc = " 0.2 "
25+ libc.workspace = true
2626
2727[build-dependencies ]
2828platform-checks = { path = " ../platform-checks" }
Original file line number Diff line number Diff line change @@ -16,6 +16,4 @@ path = "src/lib.rs"
1616
1717[dependencies ]
1818tempfile.workspace = true
19- cc = " 1.2"
20-
21- [build-dependencies ]
19+ cc.workspace = true
You can’t perform that action at this time.
0 commit comments