From 60a7eee0bb6b19237d3937a231da289f56279ff3 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 20 Jul 2022 12:32:58 +0200 Subject: Reorganize tests a bit --- tests/parsing-crates/Cargo.toml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 tests/parsing-crates/Cargo.toml (limited to 'tests/parsing-crates/Cargo.toml') diff --git a/tests/parsing-crates/Cargo.toml b/tests/parsing-crates/Cargo.toml deleted file mode 100644 index 3971a75..0000000 --- a/tests/parsing-crates/Cargo.toml +++ /dev/null @@ -1,17 +0,0 @@ -[package] -name = "parsing-crates" -version = "0.1.0" -edition = "2021" - -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[[bin]] -name = "parsing-crates-teste" -path = "main.rs" - -[dependencies] -mail-parser-05 = { package = "mail-parser", version = "0.5" } -mail-parser-048 = { package = "mail-parser", version = "0.4.8" } -mail-parser-main = { package = "mail-parser", git = "https://github.com/stalwartlabs/mail-parser", branch = "main" } -mail-parser-superboum = { package = "mail-parser", git = "https://github.com/superboum/mail-parser", branch = "feature/no_decode" } -mail-parser-db61a03 = { package = "mail-parser", git = "https://github.com/superboum/mail-parser", rev = "db61a03" } -- cgit v1.2.3