aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2018-06-14 16:09:07 +0200
committerDaniel Schadt <kingdread@gmx.de>2018-06-14 16:09:07 +0200
commit12c1426dc10cc30c58e2c8970d73ca8a98e087fa (patch)
tree945c3e9a02fe5ab3692fcb9ee0170afae4596c6a /Cargo.toml
parent797795cc3a05fd23754400e545351eb998761078 (diff)
downloadevtclib-12c1426dc10cc30c58e2c8970d73ca8a98e087fa.tar.gz
evtclib-12c1426dc10cc30c58e2c8970d73ca8a98e087fa.tar.bz2
evtclib-12c1426dc10cc30c58e2c8970d73ca8a98e087fa.zip
derive getters for Agent
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 b2f02c8..7bc61e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,4 +8,5 @@ num-traits = "0.2"
num-derive = "0.2"
quick-error = "1.2.1"
byteorder = "1"
-fnv = "1.0.3" \ No newline at end of file
+fnv = "1.0.3"
+getset = "0.0.6" \ No newline at end of file