summaryrefslogtreecommitdiff
path: root/scripts/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-06-30 19:19:45 +0200
committerHenry Gressmann <mail@henrygressmann.de>2024-06-30 19:19:45 +0200
commit9c85fa9c3a2066ce851af53d7019e6a25a45af3b (patch)
tree79e6608e97f08c0ebdb64125b0c658f5cc4bb33f /scripts/Cargo.toml
parent7e8770cc4e418ef1a8cdfd9b1f59ee14b07cc6c9 (diff)
chore: restructure runtime and reduce build dependencies
Signed-off-by: Henry Gressmann <mail@henrygressmann.de>
Diffstat (limited to 'scripts/Cargo.toml')
-rw-r--r--scripts/Cargo.toml8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/Cargo.toml b/scripts/Cargo.toml
deleted file mode 100644
index a1baadf..0000000
--- a/scripts/Cargo.toml
+++ /dev/null
@@ -1,8 +0,0 @@
-[package]
-name="scripts"
-publish=false
-edition.workspace=true
-
-[dependencies]
-plotters={version="0.3", default-features=false, features=["histogram", "svg_backend"]}
-eyre={version="0.6"}