summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2022-10-15 11:47:21 +0800
committerluwenpeng <[email protected]>2022-10-15 11:47:21 +0800
commit73b176e98a9db22f8d9fcef2515b2f6c3a458883 (patch)
treee18b5c74abe94cbaaa839327da7bec1b81666e67
parent853dc6a47e86313f70ea48793a707c876e118452 (diff)
[update] Cargo.toml -- add 'time' dependencies
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 88babf5..50abb80 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,3 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+time = "0.1.12"