aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2020-10-01 17:04:55 +0200
committerDaniel Schadt <kingdread@gmx.de>2020-10-01 17:04:55 +0200
commit60f8e6a1e547f7059a69cb71714f34aed5797dd5 (patch)
tree9b8351bf510e40326d974c70dacc4620ab9be143 /Cargo.toml
parent62249e950c0c5dee0b09b962842543fd60c9ccb4 (diff)
downloadevtclib-60f8e6a1e547f7059a69cb71714f34aed5797dd5.tar.gz
evtclib-60f8e6a1e547f7059a69cb71714f34aed5797dd5.tar.bz2
evtclib-60f8e6a1e547f7059a69cb71714f34aed5797dd5.zip
add Agent serialization tests
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 040137b..3e0a703 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,9 @@ include = [
[features]
default = []
+[dev-dependencies]
+serde_json = "1.0"
+
[dependencies]
num-traits = "0.2"
num-derive = "0.3"