@@ -13,15 +13,15 @@ readme = "../../README.md"
1313
1414
1515[dependencies ]
16- terraphim_config = { version = " 1.0.0" , registry = " terraphim " }
17- terraphim_rolegraph = { version = " 1.0.0" , registry = " terraphim " }
18- terraphim_automata = { version = " 1.19.2" , registry = " terraphim " , features = [" tokio-runtime" ] }
19- terraphim_types = { version = " 1.0.0" , registry = " terraphim " }
20- terraphim_persistence = { version = " 1.0.0" , registry = " terraphim " }
21- haystack_jmap = { path = " ../haystack_jmap" , version = " 1.19.2" , optional = true , registry = " terraphim " }
16+ terraphim_config = { version = " 1.0.0" }
17+ terraphim_rolegraph = { version = " 1.0.0" }
18+ terraphim_automata = { version = " 1.19.2" , features = [" tokio-runtime" ] }
19+ terraphim_types = { version = " 1.0.0" }
20+ terraphim_persistence = { version = " 1.0.0" }
21+ haystack_jmap = { path = " ../haystack_jmap" , version = " 1.19.2" , optional = true }
2222# NOTE: Atomic Data Server commented out for crates.io publishing (not published yet)
2323# terraphim_atomic_client = { path = "../terraphim_atomic_client", version = "1.0.0", features = ["native"], optional = true }
24- grepapp_haystack = { path = " ../haystack_grepapp" , version = " 1.19.2" , optional = true , registry = " terraphim " }
24+ grepapp_haystack = { path = " ../haystack_grepapp" , version = " 1.19.2" , optional = true }
2525terraphim-session-analyzer = { path = " ../terraphim-session-analyzer" , version = " 1.19.2" , features = [" connectors" ], optional = true }
2626jiff = { version = " 0.2" , optional = true }
2727home = { version = " 0.5" , optional = true }
@@ -41,7 +41,7 @@ tokio = { workspace = true, features = ["full"] }
4141html2md = " 0.2.15"
4242async-trait = { workspace = true }
4343fff-search = { version = " 0.8.4" }
44- terraphim_file_search = { path = " ../terraphim_file_search" , version = " 1.20.0" , registry = " terraphim " }
44+ terraphim_file_search = { path = " ../terraphim_file_search" , version = " 1.20.0" }
4545
4646url = " 2.5"
4747urlencoding = " 2.1"
@@ -52,9 +52,9 @@ reqwest-eventsource = { version = "0.6", optional = true }
5252rmcp = { version = " 0.9" , features = [" client" , " transport-child-process" ], optional = true }
5353
5454[dev-dependencies ]
55- terraphim_persistence = { version = " 1.20.2" , features = [" memory" ], registry = " terraphim " }
56- terraphim_settings = { version = " 1.20.2" , registry = " terraphim " }
57- terraphim_test_utils = { version = " 1.20.3" , registry = " terraphim " }
55+ terraphim_persistence = { version = " 1.20.2" , features = [" memory" ] }
56+ terraphim_settings = { version = " 1.20.2" }
57+ terraphim_test_utils = { version = " 1.20.3" }
5858tokio = { workspace = true , features = [" macros" , " rt-multi-thread" ] }
5959
6060futures = " 0.3"
0 commit comments