use workspaces

This commit is contained in:
Sylvestre Ledru 2023-03-10 00:02:32 +01:00
parent 9dcd3192d2
commit 1bc9980d14

View file

@ -13,10 +13,10 @@ cargo-fuzz = true
libfuzzer-sys = "0.4"
[dependencies.uucore]
path = "../src/uucore/"
uucore = { workspace = true }
[dependencies.uu_date]
path = "../src/uu/date/"
uu_date = { workspace = true }
# Prevent this from interfering with workspaces
[workspace]