diff options
Diffstat (limited to 'helix-core/Cargo.toml')
-rw-r--r-- | helix-core/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/helix-core/Cargo.toml b/helix-core/Cargo.toml index 634c4d9f..4316dc2c 100644 --- a/helix-core/Cargo.toml +++ b/helix-core/Cargo.toml @@ -11,7 +11,6 @@ homepage = "https://helix-editor.com" include = ["src/**/*", "README.md"] [features] -embed_runtime = ["rust-embed"] [dependencies] helix-syntax = { version = "0.3", path = "../helix-syntax" } @@ -34,7 +33,6 @@ toml = "0.5" similar = "1.3" etcetera = "0.3" -rust-embed = { version = "5.9.0", optional = true } [dev-dependencies] quickcheck = { version = "1", default-features = false } |