Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-stdx/Cargo.toml')
-rw-r--r--helix-stdx/Cargo.toml32
1 files changed, 0 insertions, 32 deletions
diff --git a/helix-stdx/Cargo.toml b/helix-stdx/Cargo.toml
deleted file mode 100644
index 66d02925..00000000
--- a/helix-stdx/Cargo.toml
+++ /dev/null
@@ -1,32 +0,0 @@
-[package]
-name = "helix-stdx"
-description = "Standard library extensions"
-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]
-dunce = "1.0"
-etcetera = "0.10"
-ropey.workspace = true
-which = "8.0"
-regex-cursor = "0.1.5"
-bitflags.workspace = true
-once_cell = "1.21"
-regex-automata = "0.4.10"
-unicode-segmentation.workspace = true
-
-[target.'cfg(windows)'.dependencies]
-windows-sys = { version = "0.61", features = ["Win32_Foundation", "Win32_Security", "Win32_Security_Authorization", "Win32_Storage_FileSystem", "Win32_System_Threading"] }
-
-[target.'cfg(unix)'.dependencies]
-rustix = { version = "1.1", features = ["fs"] }
-
-[dev-dependencies]
-tempfile.workspace = true