From 9c85fa9c3a2066ce851af53d7019e6a25a45af3b Mon Sep 17 00:00:00 2001 From: Henry Gressmann Date: Sun, 30 Jun 2024 19:19:45 +0200 Subject: chore: restructure runtime and reduce build dependencies Signed-off-by: Henry Gressmann --- scripts/Cargo.toml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 scripts/Cargo.toml (limited to 'scripts/Cargo.toml') 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"} -- cgit v1.3.1