mirror of https://github.com/helix-editor/helix
point to git
parent
f68eb02ba6
commit
38e9e875c2
|
@ -2793,6 +2793,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "steel-core"
|
name = "steel-core"
|
||||||
version = "0.6.0"
|
version = "0.6.0"
|
||||||
|
source = "git+https://github.com/mattwparas/steel.git#1bb17fceada4dd6535bacaf5c40c965a14620776"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"abi_stable",
|
"abi_stable",
|
||||||
"anyhow",
|
"anyhow",
|
||||||
|
@ -2841,6 +2842,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "steel-derive"
|
name = "steel-derive"
|
||||||
version = "0.5.0"
|
version = "0.5.0"
|
||||||
|
source = "git+https://github.com/mattwparas/steel.git#1bb17fceada4dd6535bacaf5c40c965a14620776"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
@ -2850,6 +2852,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "steel-doc"
|
name = "steel-doc"
|
||||||
version = "0.6.0"
|
version = "0.6.0"
|
||||||
|
source = "git+https://github.com/mattwparas/steel.git#1bb17fceada4dd6535bacaf5c40c965a14620776"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"steel-core",
|
"steel-core",
|
||||||
]
|
]
|
||||||
|
@ -2857,6 +2860,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "steel-gen"
|
name = "steel-gen"
|
||||||
version = "0.2.0"
|
version = "0.2.0"
|
||||||
|
source = "git+https://github.com/mattwparas/steel.git#1bb17fceada4dd6535bacaf5c40c965a14620776"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"codegen",
|
"codegen",
|
||||||
"serde",
|
"serde",
|
||||||
|
@ -2866,6 +2870,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "steel-parser"
|
name = "steel-parser"
|
||||||
version = "0.6.0"
|
version = "0.6.0"
|
||||||
|
source = "git+https://github.com/mattwparas/steel.git#1bb17fceada4dd6535bacaf5c40c965a14620776"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fxhash",
|
"fxhash",
|
||||||
"lasso",
|
"lasso",
|
||||||
|
|
|
@ -43,8 +43,8 @@ nucleo = "0.5.0"
|
||||||
slotmap = "1.0.7"
|
slotmap = "1.0.7"
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
# If working locally, use the local path dependency
|
# If working locally, use the local path dependency
|
||||||
steel-core = { path = "/Users/matt/code/steel/crates/steel-core", version = "0.6.0", features = ["anyhow", "dylibs", "sync"] }
|
# steel-core = { path = "/Users/matt/code/steel/crates/steel-core", version = "0.6.0", features = ["anyhow", "dylibs", "sync"] }
|
||||||
# steel-core = { git = "https://github.com/mattwparas/steel.git", version = "0.6.0", features = ["anyhow", "dylibs", "sync"] }
|
steel-core = { git = "https://github.com/mattwparas/steel.git", version = "0.6.0", features = ["anyhow", "dylibs", "sync"] }
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "24.7.0"
|
version = "24.7.0"
|
||||||
|
|
|
@ -75,8 +75,8 @@ grep-searcher = "0.1.14"
|
||||||
|
|
||||||
# plugin support
|
# plugin support
|
||||||
steel-core = { workspace = true, optional = true }
|
steel-core = { workspace = true, optional = true }
|
||||||
# steel-doc = { git = "https://github.com/mattwparas/steel.git", version = "0.6.0" }
|
steel-doc = { git = "https://github.com/mattwparas/steel.git", version = "0.6.0" }
|
||||||
steel-doc = { path = "/Users/matt/code/steel/crates/steel-doc", version = "0.6.0" }
|
# steel-doc = { path = "/Users/matt/code/steel/crates/steel-doc", version = "0.6.0" }
|
||||||
|
|
||||||
[target.'cfg(not(windows))'.dependencies] # https://github.com/vorner/signal-hook/issues/100
|
[target.'cfg(not(windows))'.dependencies] # https://github.com/vorner/signal-hook/issues/100
|
||||||
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
|
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
|
||||||
|
|
Loading…
Reference in New Issue