about summary refs log tree commit diff
path: root/users/grfn/achilles/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/achilles/Cargo.toml')
-rw-r--r--users/grfn/achilles/Cargo.toml26
1 files changed, 0 insertions, 26 deletions
diff --git a/users/grfn/achilles/Cargo.toml b/users/grfn/achilles/Cargo.toml
deleted file mode 100644
index f091399a0d..0000000000
--- a/users/grfn/achilles/Cargo.toml
+++ /dev/null
@@ -1,26 +0,0 @@
-[package]
-name = "achilles"
-version = "0.1.0"
-authors = ["Griffin Smith <root@gws.fyi>"]
-edition = "2018"
-
-[dependencies]
-anyhow = "1.0.38"
-bimap = "0.6.0"
-clap = "3.0.0-beta.2"
-derive_more = "0.99.11"
-inkwell = { git = "https://github.com/TheDan64/inkwell", branch = "master", features = ["llvm11-0"] }
-itertools = "0.10.0"
-lazy_static = "1.4.0"
-llvm-sys = "110.0.1"
-nom = "6.1.2"
-nom-trace = { git = "https://github.com/glittershark/nom-trace", branch = "nom-6" }
-pratt = "0.3.0"
-proptest = "1.0.0"
-test-strategy = "0.1.1"
-thiserror = "1.0.24"
-void = "1.0.2"
-
-[dev-dependencies]
-crate-root = "0.1.3"
-pretty_assertions = "0.7.1"