aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
author简律纯 <leader@hydroroll.team>2024-09-08 04:33:02 +0800
committerGitHub <noreply@github.com>2024-09-08 04:33:02 +0800
commitb5aba5f4bd40d88f10ce0ccd298f6eec61bc98e5 (patch)
treeaaa6311016491f95fdb53bb7a71ca902ba0ca508 /Cargo.toml
parent72a79bd525e72f80c6b46b4514f0e6bb4c3cc07a (diff)
downloadHydroRoll-b5aba5f4bd40d88f10ce0ccd298f6eec61bc98e5.tar.gz
HydroRoll-b5aba5f4bd40d88f10ce0ccd298f6eec61bc98e5.zip
fix(deps)!: bump time and num_threads crates (#104) (#105)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4b6d99c..a82a913 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,4 +16,5 @@ crate-type = ["cdylib"]
[dependencies]
printpdf = "0.7.0"
-pyo3 = { version = "0.19.2", features = ["abi3-py39"] } \ No newline at end of file
+pyo3 = { version = "0.19.2", features = ["abi3-py39"] }
+time = { version = "0.3.36", features = ["formatting", "macros", "local-offset"] } \ No newline at end of file