chore: Move client setups to private repos that can be cloned manually by the developer

This commit is contained in:
Jean-Gabriel Gill-Couture
2024-09-13 16:19:49 -04:00
parent 532f600283
commit 042ff7e7dd
15 changed files with 51 additions and 168 deletions

11
harmony-rs/Cargo.lock generated
View File

@@ -58,6 +58,17 @@ dependencies = [
"subtle",
]
[[package]]
name = "affilium"
version = "0.1.0"
dependencies = [
"cidr",
"env_logger",
"harmony",
"log",
"tokio",
]
[[package]]
name = "aho-corasick"
version = "1.1.3"