mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 06:42:42 +00:00
use workspaces
This commit is contained in:
parent
9dcd3192d2
commit
1bc9980d14
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue