summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDennis Kobert <dennis@kobert.dev>2019-12-20 06:15:33 +0100
committerDennis Kobert <dennis@kobert.dev>2019-12-20 06:15:33 +0100
commitb01111bde9e5a7818b995d61bb3e4032bb443b52 (patch)
treecdd5a1bd769d189b196ed6ff4b12451fc100b303 /Cargo.toml
parent104d5004bf269e2261f956291b416d60d3a270e0 (diff)
Add geric types to store the data in
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 556ee99..9d312e3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,3 +7,4 @@ edition = "2018"
[dependencies]
+num = "0.2"