Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-parsec/Cargo.toml')
-rw-r--r--helix-parsec/Cargo.toml14
1 files changed, 0 insertions, 14 deletions
diff --git a/helix-parsec/Cargo.toml b/helix-parsec/Cargo.toml
deleted file mode 100644
index 21769121..00000000
--- a/helix-parsec/Cargo.toml
+++ /dev/null
@@ -1,14 +0,0 @@
-[package]
-name = "helix-parsec"
-description = "Parser combinators for Helix"
-include = ["src/**/*", "README.md"]
-version.workspace = true
-authors.workspace = true
-edition.workspace = true
-license.workspace = true
-rust-version.workspace = true
-categories.workspace = true
-repository.workspace = true
-homepage.workspace = true
-
-[dependencies]