Update Cargo.toml deps and description
Signed-off-by: Julius Koskela <julius.koskela@unikie.com>
This commit is contained in:
parent
eb1ca20158
commit
3f059c94a9
@ -6,10 +6,7 @@ license = "MIT/Apache-2.0"
|
||||
authors = ["Julius Koskela <julius.koskela@nordic-dev.net>"]
|
||||
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user