refactor: rename project to tradesync and update docker image tags to latest

This commit is contained in:
0xcathiefish
2026-06-01 06:08:05 +00:00
parent 777ca2d62a
commit 6d7b049416
8 changed files with 37 additions and 35 deletions
Generated
+19 -19
View File
@@ -2963,25 +2963,6 @@ dependencies = [
"tempfile",
]
[[package]]
name = "nosync"
version = "0.1.0"
dependencies = [
"alloy 2.0.5",
"anyhow",
"chrono",
"dotenvy",
"hyperliquid_rust_sdk",
"notion-client",
"reqwest 0.13.4",
"serde",
"serde_json",
"thiserror 2.0.18",
"tokio",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "notion-client"
version = "1.1.1"
@@ -4770,6 +4751,25 @@ dependencies = [
"tracing-log",
]
[[package]]
name = "tradesync"
version = "0.1.0"
dependencies = [
"alloy 2.0.5",
"anyhow",
"chrono",
"dotenvy",
"hyperliquid_rust_sdk",
"notion-client",
"reqwest 0.13.4",
"serde",
"serde_json",
"thiserror 2.0.18",
"tokio",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "try-lock"
version = "0.2.5"