summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChristoph Groth <christoph.groth@cea.fr>2024-10-24 12:45:51 +0200
committerChristoph Groth <christoph.groth@cea.fr>2024-10-24 12:45:51 +0200
commitbf6dbef4ed28f3135eb48ed03ac31a7242f68340 (patch)
tree3a99f9baa114dde515f6e7517066c69280fe8f22 /Cargo.toml
Official example, before API change
https://docs.rs/mdarray/0.6.1/mdarray/#example
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 7 insertions, 0 deletions
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"