feat: Refactored harmony into a workspace with independent modules per client, completed RusshClient test_connection implementation. Needs refactoring though

This commit is contained in:
jeangab
2024-09-06 16:10:06 -04:00
parent cc01ec5fe5
commit 8592a3bc36
14 changed files with 116 additions and 46 deletions

6
harmony-rs/Cargo.lock generated
View File

@@ -619,6 +619,12 @@ dependencies = [
[[package]]
name = "fqm"
version = "0.1.0"
dependencies = [
"env_logger",
"harmony",
"log",
"tokio",
]
[[package]]
name = "funty"