From b8d01488efb514511a837eaff2c678c95384dbb1 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 25 Jun 2021 15:24:55 +0200 Subject: Add test: parsing BuildDependency Signed-off-by: Matthias Beyer --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 71ff5e6..3332ce7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -100,3 +100,6 @@ funty = "=1.1.0" # the pin here, we enforce the build to not use 1.4.0 or newer. zeroize = ">=1.3.0, <1.4.0" +[dev-dependencies] +toml = "0.5" + -- cgit v1.2.3