diff options
| author | Botahamec <botahamec@outlook.com> | 2022-03-03 20:18:06 -0500 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2022-03-03 20:18:06 -0500 |
| commit | 0fb870509821eb6f8158a9ee3cc02e6a0f951c86 (patch) | |
| tree | 74cbd12648e03e39abd50a1c67dafce3526f7870 /Cargo.toml | |
| parent | 5a4a0a5441bfd3fa590d45278e712ce24c5fa5df (diff) | |
Started with leap seconds
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
