From 49709dceb64897f7ecff4d53abfceb2f60eb83d4 Mon Sep 17 00:00:00 2001 From: yanchith Date: Thu, 25 Aug 2022 14:35:58 +0200 Subject: Fulfil requirements of cargo locate-project --workspace --- test-project/src/lib.rs | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test-project/src/lib.rs (limited to 'test-project/src') diff --git a/test-project/src/lib.rs b/test-project/src/lib.rs new file mode 100644 index 0000000..cdc8599 --- /dev/null +++ b/test-project/src/lib.rs @@ -0,0 +1,4 @@ +pub fn test_project() { + // This is only present, because cargo locate-project --workspace actually + // validates the rust project and fails if there is no target. +} -- cgit v1.2.3