summaryrefslogtreecommitdiffstats
path: root/src/runtime/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/Cargo.toml')
-rw-r--r--src/runtime/Cargo.toml27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/runtime/Cargo.toml b/src/runtime/Cargo.toml
deleted file mode 100644
index 3e1e315..0000000
--- a/src/runtime/Cargo.toml
+++ /dev/null
@@ -1,27 +0,0 @@
-[package]
-name = "girt-runtime"
-version = "2.3.0"
-authors = ["Tim Oram <dev@mitmaro.ca>"]
-license = "GPL-3.0-or-later"
-description = "Core modules for git-interactive-rebase-tool"
-homepage = "https://gitrebasetool.mitmaro.ca/"
-repository = "https://github.com/MitMaro/git-interactive-rebase-tool"
-edition = "2021"
-keywords = ["git", "cli"]
-categories = ["command-line-interface", "command-line-utilities", "text-editors"]
-readme = "../../README.md"
-
-[lib]
-name = "runtime"
-
-[dependencies]
-thiserror = "1.0.44"
-crossbeam-channel = "0.5.8"
-parking_lot = "0.12.1"
-
-[dev-dependencies]
-claims = "0.7.1"
-girt-testutils = {version = "2.3.0", path = "../testutils"}
-
-[build-dependencies]
-rustc_version = "0.4.0"