You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -256,6 +256,13 @@ feat_os_windows_legacy = [
256
256
# * bypass/override ~ translate 'test' feature name to avoid dependency collision with rust core 'test' crate (o/w surfaces as compiler errors during testing)
257
257
test = ["uu_test"]
258
258
259
+
[workspace]
260
+
resolver = "3"
261
+
members = [".", "src/uu/*", "src/uu/stdbuf/src/libstdbuf", "src/uucore", "src/uucore_procs", "src/uuhelp_parser", "tests/uutests"]
262
+
# Not part of the workspace yet, but perhaps they should be?
263
+
# - fuzz/Cargo.toml
264
+
# - tests/benches/factor/Cargo.toml
265
+
259
266
[workspace.package]
260
267
authors = ["uutils developers"]
261
268
categories = ["command-line-utilities"]
@@ -331,15 +338,12 @@ rust-ini = "0.21.0"
331
338
same-file = "1.0.6"
332
339
self_cell = "1.0.4"
333
340
selinux = "0.5.1"
334
-
selinux-sys = "0.6.14"
335
341
signal-hook = "0.3.17"
336
-
smallvec = { version = "1.13.2", features = ["union"] }
337
342
tempfile = "3.15.0"
338
343
terminal_size = "0.4.0"
339
344
textwrap = { version = "0.16.1", features = ["terminal_size"] }
0 commit comments