aboutsummaryrefslogtreecommitdiff
path: root/llvm_tools/patch_sync/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'llvm_tools/patch_sync/Cargo.toml')
-rw-r--r--llvm_tools/patch_sync/Cargo.toml21
1 files changed, 0 insertions, 21 deletions
diff --git a/llvm_tools/patch_sync/Cargo.toml b/llvm_tools/patch_sync/Cargo.toml
deleted file mode 100644
index ed33d5ca..00000000
--- a/llvm_tools/patch_sync/Cargo.toml
+++ /dev/null
@@ -1,21 +0,0 @@
-[package]
-name = "patch_sync"
-version = "1.1.0"
-authors = ["Jordan R Abrahams-Whitehead <ajordanr@google.com>"]
-edition = "2018"
-
-[profile.release]
-panic = "abort"
-
-[dependencies]
-anyhow = "1.0"
-regex = "1.5"
-serde = {version = "1.0", features = ["derive"]}
-serde_json = "1.0"
-sha2 = "0.9"
-structopt = "0.3"
-time = "0.3"
-scopeguard = "1.1.0"
-
-[dev-dependencies]
-rand = "0.8"