aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'crates/repos/Cargo.toml')
-rw-r--r--crates/repos/Cargo.toml30+0 −30
1 files changed, 0 insertions, 30 deletions
diff --git a/crates/repos/Cargo.toml b/crates/repos/Cargo.toml
deleted file mode 100644
--- a/crates/repos/Cargo.toml
+++ /dev/null
@@ -1,30 +0,0 @@
-# SPDX-FileCopyrightText: 2026 Nikolay Govorov
-# SPDX-License-Identifier: AGPL-3.0-or-later
-
-[package]
-name = "repos"
-version = "0.0.0"
-description = "A collection of adapters to external repositories"
-
-authors.workspace = true
-edition.workspace = true
-license.workspace = true
-publish.workspace = true
-homepage.workspace = true
-repository.workspace = true
-
-[dependencies]
-base.workspace = true
-
-async-trait.workspace = true
-bytes.workspace = true
-semver.workspace = true
-serde.workspace = true
-serde_json.workspace = true
-strum.workspace = true
-thiserror.workspace = true
-tracing.workspace = true
-url.workspace = true
-
-[dev-dependencies]
-proptest.workspace = true