aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'tests/smoke/Cargo.toml')
-rw-r--r--tests/smoke/Cargo.toml18+0 −18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/smoke/Cargo.toml b/tests/smoke/Cargo.toml
deleted file mode 100644
--- a/tests/smoke/Cargo.toml
+++ /dev/null
@@ -1,18 +0,0 @@
-# SPDX-FileCopyrightText: 2026 Nikolay Govorov
-# SPDX-License-Identifier: AGPL-3.0-or-later
-
-[package]
-name = "smoke"
-version.workspace = true
-edition.workspace = true
-license.workspace = true
-publish.workspace = true
-
-[[bin]]
-name = "smoke"
-path = "src/main.rs"
-
-[dependencies]
-hex.workspace = true
-reqwest = { version = "0.13", features = ["blocking", "native-tls"], default-features = false }
-sha2 = "0.10"