aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2020-04-04 13:38:22 +0200
committerDaniel Schadt <kingdread@gmx.de>2020-04-04 13:54:10 +0200
commit22738da2cd36b4ae2e1fb5efd23373e6b77405a2 (patch)
treea260d4847deac0564cd4f1729589ac3ce2e2c249 /Cargo.toml
parent9ebed9c42dd10bf7bef396a27edd2baa0619dd61 (diff)
downloadevtclib-22738da2cd36b4ae2e1fb5efd23373e6b77405a2.tar.gz
evtclib-22738da2cd36b4ae2e1fb5efd23373e6b77405a2.tar.bz2
evtclib-22738da2cd36b4ae2e1fb5efd23373e6b77405a2.zip
update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0240b15..f4697a2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,12 +2,13 @@
name = "evtclib"
version = "0.1.0"
authors = ["Daniel"]
+edition = "2018"
[dependencies]
num-traits = "0.2"
-num-derive = "0.2"
+num-derive = "0.3"
quick-error = "1.2.1"
byteorder = "1"
fnv = "1.0.3"
-getset = "0.0.6"
+getset = "0.1"
zip = "0.5"