@@ -16,20 +16,18 @@ readme = "README.md"
1616[workspace .dependencies ]
1717anyhow = { version = " 1.0.100" }
1818clap = { version = " 4.5.49" , features = [" derive" ] }
19- config = { version = " 0.15.16" , default-features = true }
20- dotenvy = { version = " 0.15" }
2119dirs = {version = " 6.0.0" }
2220futures-util = { version = " 0.3.31" }
2321global_utils = { path = " ./crates/global_utils" }
2422nostr = { version = " 0.43.1" , features = [" std" ] }
2523nostr-sdk = { version = " 0.43.0" }
24+ nostr_relay_connector = { path = " ./crates/nostr_relay_connector" }
25+ nostr_relay_processor = { path = " ./crates/nostr_relay_processor" }
2626serde = { version = " 1.0.228" , features = [" derive" ] }
2727serde_json = { version = " 1.0.145" }
2828thiserror = { version = " 2.0.17" }
29- tokio = { version = " 1.48.0" , features = [" macros" , " test-util" ] }
29+ tokio = { version = " 1.48.0" , features = [" macros" , " test-util" , " rt " , " rt-multi-thread " ] }
3030tracing = { version = " 0.1.41" }
3131tracing-appender = { version = " 0.2.3" }
3232tracing-subscriber = { version = " 0.3.19" , features = [" env-filter" ] }
3333url = { version = " 2.5.7" }
34- nostr_relay_connector = { path = " ./crates/nostr_relay_connector" }
35- nostr_relay_processor = { path = " ./crates/nostr_relay_processor" }
0 commit comments