aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorArne Dußin2020-11-10 18:52:08 +0100
committerArne Dußin2020-11-10 18:52:08 +0100
commit178d716232468e5ae3292f39ccc5abd9c147094e (patch)
treef262ee32f8d7407a460c578c0f027f5cc3f919cb /Cargo.toml
parentf2caebd11512fce214338b054c1b061b86d84aee (diff)
downloadgraf_karto-178d716232468e5ae3292f39ccc5abd9c147094e.tar.gz
graf_karto-178d716232468e5ae3292f39ccc5abd9c147094e.zip
Add dimension indicator without direct value editing
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8c76fb0..5094fa3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,3 +13,5 @@ alga = "*"
num-traits = "*"
svgtypes = "*"
xmltree = "*"
+pretty_env_logger = "*"
+log = "*"