We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7adb462 commit c77f3a5Copy full SHA for c77f3a5
core/Cargo.toml
@@ -6,6 +6,7 @@ edition = "2021"
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7
8
[dependencies]
9
+chrono = "0.4.26"
10
once_cell = "1.18.0"
11
tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread", "time", "full"] }
12
uuid = { version = "1.3.4", features = ["v4"] }
0 commit comments