Skip to content

Commit d9347c7

Browse files
update cargo.toml
1 parent 68ca931 commit d9347c7

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

Cargo.lock

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ uuid = { version = "1.0", features = ["v4","serde"] }
2929
chrono = { version = "0.4", features = ["serde"] }
3030
tokio-tungstenite = "0.20"
3131
tungstenite = "0.27.0"
32-
# uuid = { version = "1", features = ["serde"] }
32+
tracing = "0.1"
33+
tracing-subscriber = "0.3"

aggregator-core/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ url = {workspace = true}
1616
uuid = { workspace = true }
1717
reqwest = {workspace = true}
1818
chrono = {workspace = true}
19-
tungstenite = {workspace = true}
19+
tungstenite = {workspace = true}
20+
tracing = { workspace = true }

0 commit comments

Comments
 (0)