diff options
| author | Henry Gressmann <mail@henrygressmann.de> | 2024-05-30 01:16:56 +0200 |
|---|---|---|
| committer | Henry Gressmann <mail@henrygressmann.de> | 2024-05-30 01:16:56 +0200 |
| commit | 7c3fd68f703d944b05dcea08f3a46c59b41503f4 (patch) | |
| tree | 4588645c28ea9775ae39f4875b019f72269dbb6f /scripts/Cargo.toml | |
| parent | ffb1e095fc1d6a2d54cc7637797c625dee6ebe6a (diff) | |
chore: cleanup
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'scripts/Cargo.toml')
| -rw-r--r-- | scripts/Cargo.toml | 2 |
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"} |
