aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 e63bf83..e337cf0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,9 +15,10 @@ include = ["src/**/*", "LICENSE", "README.md"]
[dependencies]
log = "0.4"
byteorder = "1.3.2"
-failure = "0.1"
time = { version = "0.3", features = ["macros", "parsing", "local-offset"] }
+thiserror = "2"
+
num-traits = "0.2"
num-derive = "0.4"