diff --git a/Cargo.toml b/Cargo.toml index 040901a..6de2db9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,10 +6,7 @@ license = "MIT/Apache-2.0" authors = ["Julius Koskela "] description = """ -GDSL is a graph data-structure library including graph containers, -connected node strutures and efficient algorithms on those structures. -Nodes are independent of a graph container and can be used as connected -smart pointers. +Manifold is a Tensor library for Rust. """ repository = "https://nordic-dev.net/julius/manifold" @@ -23,10 +20,10 @@ getset = "0.1.2" itertools = "0.12.0" num = "0.4.1" serde = { version = "1.0.193", features = ["derive"] } -serde_json = "1.0.108" -static_assertions = "1.1.0" thiserror = "1.0.52" [dev-dependencies] rand = "0.8.5" criterion = "0.5.1" +serde_json = "1.0.108" +static_assertions = "1.1.0"