From 0b42882f8d31f779dec247d301767019913ee69d Mon Sep 17 00:00:00 2001 From: Ethiraric Date: Sun, 7 Apr 2024 01:40:02 +0200 Subject: [PATCH] Remove unneeded dependency. --- tools/gen_large_yaml/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/gen_large_yaml/Cargo.toml b/tools/gen_large_yaml/Cargo.toml index d57bdea..d8526fb 100644 --- a/tools/gen_large_yaml/Cargo.toml +++ b/tools/gen_large_yaml/Cargo.toml @@ -11,7 +11,6 @@ readme = "README.md" edition = "2018" [dependencies] -yaml-rust2 = { path = "../.." } rand = { version = "0.8.5", features = [ "small_rng" ] } lipsum = "0.9.0"