Skip to content

Commit bf4c9f5

Browse files
committed
implemented everything
1 parent b7fe83f commit bf4c9f5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+6661
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async-recursion = "1.1"
3838
async-stream = "0.3"
3939
async-trait = "0.1"
4040
base64 = "0.22"
41-
chrono = "0.4"
41+
chrono = { version = "0.4", features = ["serde"] }
4242
crc = "3.3"
4343
dashmap = "6.1.0"
4444
env_logger = "0.11"

0 commit comments

Comments
 (0)