aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-05-02 11:12:01 +0100
committerAkshay <[email protected]>2020-05-02 11:12:01 +0100
commit87d24adff9019b40714c9482ad24be518676cbae (patch)
tree7bd6b2687ccacb33ba916f302b07ebbf71f09d94 /Cargo.toml
parent33d053d442082547550fc9a54473e05565907f88 (diff)
use typetag to serialize trait objects
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c195394..8485688 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ cursive = "0.14"
11serde_json = "1.0" 11serde_json = "1.0"
12lazy_static = "1.4.0" 12lazy_static = "1.4.0"
13erased-serde = "0.3" 13erased-serde = "0.3"
14typetag = "0.1.4"
14 15
15[dependencies.chrono] 16[dependencies.chrono]
16version = "0.4" 17version = "0.4"