@@ -42,6 +42,7 @@ feat_common_core = [
4242 " renice" ,
4343 " rev" ,
4444 " setsid" ,
45+ " uuidgen" ,
4546]
4647
4748[workspace .dependencies ]
@@ -69,6 +70,8 @@ tempfile = "3.9.0"
6970textwrap = { version = " 0.16.0" , features = [" terminal_size" ] }
7071thiserror = " 2.0"
7172uucore = " 0.0.30"
73+ uuid = { version = " 1.16.0" , features = [" rng-rand" ] }
74+ windows = { version = " 0.61.1" }
7275xattr = " 1.3.1"
7376
7477[dependencies ]
@@ -99,6 +102,7 @@ mountpoint = { optional = true, version = "0.0.1", package = "uu_mountpoint", pa
99102renice = { optional = true , version = " 0.0.1" , package = " uu_renice" , path = " src/uu/renice" }
100103rev = { optional = true , version = " 0.0.1" , package = " uu_rev" , path = " src/uu/rev" }
101104setsid = { optional = true , version = " 0.0.1" , package = " uu_setsid" , path =" src/uu/setsid" }
105+ uuidgen = { optional = true , version = " 0.0.1" , package = " uu_uuidgen" , path =" src/uu/uuidgen" }
102106
103107[dev-dependencies ]
104108# dmesg test require fixed-boot-time feature turned on.
@@ -109,6 +113,7 @@ rand = { workspace = true }
109113regex = { workspace = true }
110114tempfile = { workspace = true }
111115uucore = { workspace = true , features = [" entries" , " process" , " signals" ] }
116+ uuid = { workspace = true }
112117
113118[target .'cfg(unix)' .dev-dependencies ]
114119nix = { workspace = true , features = [" term" ] }
0 commit comments