@@ -20,15 +20,15 @@ rustdoc-args = ["--cfg", "docsrs"]
20
20
default = []
21
21
22
22
typescript = [" dep:specta-typescript" , " dep:serde_json" ]
23
- rust = [" dep:specta-rust" ]
23
+ rust = [] # TODO: "dep:specta-rust"]
24
24
25
25
# TODO: Remove
26
26
legacy = [" dep:rspc-legacy" ]
27
27
28
28
[dependencies ]
29
29
# Public
30
- rspc-procedure = { path = " ../crates/procedure" }
31
- rspc-legacy = { path = " ../crates/legacy" , optional = true }
30
+ rspc-procedure = { version = " 0.0.1 " , path = " ../crates/procedure" }
31
+ rspc-legacy = { version = " 0.0.1 " , path = " ../crates/legacy" , optional = true }
32
32
serde = { workspace = true }
33
33
futures-util = { workspace = true , features = [" alloc" ] }
34
34
specta = { workspace = true , features = [
@@ -40,7 +40,7 @@ specta = { workspace = true, features = [
40
40
# Private
41
41
specta-typescript = { workspace = true , optional = true , features = [] }
42
42
serde_json = { workspace = true , optional = true }
43
- specta-rust = { git = " https://github.com/specta-rs/specta" , optional = true , rev = " bf3a0937cceb29eca11df207076b9e1b942ba7bb" }
43
+ # specta-rust = { git = "https://github.com/specta-rs/specta", optional = true, rev = "bf3a0937cceb29eca11df207076b9e1b942ba7bb" }
44
44
45
45
[lints ]
46
46
workspace = true
0 commit comments