mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-09 14:35:00 +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"
|
libfuzzer-sys = "0.4"
|
||||||
|
|
||||||
[dependencies.uucore]
|
[dependencies.uucore]
|
||||||
path = "../src/uucore/"
|
uucore = { workspace = true }
|
||||||
|
|
||||||
[dependencies.uu_date]
|
[dependencies.uu_date]
|
||||||
path = "../src/uu/date/"
|
uu_date = { workspace = true }
|
||||||
|
|
||||||
# Prevent this from interfering with workspaces
|
# Prevent this from interfering with workspaces
|
||||||
[workspace]
|
[workspace]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue