summaryrefslogtreecommitdiff
path: root/scripts/Cargo.toml
diff options
context:
space:
mode:
authorHenry Gressmann <mail@henrygressmann.de>2024-03-12 18:48:45 +0100
committerGitHub <noreply@github.com>2024-03-12 18:48:45 +0100
commit398b2af4ea37be98093bdf7ac185a468c62c4aef (patch)
treef21db1a58bcd4ddbe6661db59f71fe5a8b483bc3 /scripts/Cargo.toml
parentacb91b800d3668e9fb6dbb5838e2593764a0457e (diff)
test: make tests work on more targets (#11)
- Tests can now be run on more targets (Fixes #7) - Nightly version has been updated to fix broken builds in some cases (Fixes #8)
Diffstat (limited to 'scripts/Cargo.toml')
-rw-r--r--scripts/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/Cargo.toml b/scripts/Cargo.toml
new file mode 100644
index 0000000..5217729
--- /dev/null
+++ b/scripts/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name="scripts"
+publish=false
+edition.workspace=true
+
+[dependencies]
+plotters={version="0.3"}
+eyre={version="0.6"}