From bf6dbef4ed28f3135eb48ed03ac31a7242f68340 Mon Sep 17 00:00:00 2001 From: Christoph Groth Date: Thu, 24 Oct 2024 12:45:51 +0200 Subject: Official example, before API change https://docs.rs/mdarray/0.6.1/mdarray/#example --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..79415b8 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "mdarray-test" +version = "0.1.0" +edition = "2021" + +[dependencies] +mdarray = "0.6.1" -- cgit v1.2.3-74-g4815