summaryrefslogtreecommitdiff
path: root/scripts/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-05-30 01:16:56 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-05-30 01:16:56 +0200
commit7c3fd68f703d944b05dcea08f3a46c59b41503f4 (patch)
tree4588645c28ea9775ae39f4875b019f72269dbb6f /scripts/Cargo.toml
parentffb1e095fc1d6a2d54cc7637797c625dee6ebe6a (diff)
chore: cleanup
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'scripts/Cargo.toml')
-rw-r--r--scripts/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Cargo.toml b/scripts/Cargo.toml
index 5217729..a1baadf 100644
--- a/scripts/Cargo.toml
+++ b/scripts/Cargo.toml
@@ -4,5 +4,5 @@ publish=false
edition.workspace=true
[dependencies]
-plotters={version="0.3"}
+plotters={version="0.3", default-features=false, features=["histogram", "svg_backend"]}
eyre={version="0.6"}