mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-07 21:45:01 +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…
Add table
Add a link
Reference in a new issue