summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBotahamec <botahamec@outlook.com>2022-03-03 20:18:06 -0500
committerBotahamec <botahamec@outlook.com>2022-03-03 20:18:06 -0500
commit0fb870509821eb6f8158a9ee3cc02e6a0f951c86 (patch)
tree74cbd12648e03e39abd50a1c67dafce3526f7870 /Cargo.toml
parent5a4a0a5441bfd3fa590d45278e712ce24c5fa5df (diff)
Started with leap seconds
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 f86b4ff..b614093 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,4 +8,5 @@ license = "Unlicense"
[dependencies]
derive_more = "0.99"
-thiserror = "1" \ No newline at end of file
+thiserror = "1"
+parking_lot = "0.12" \ No newline at end of file