15 lines
402 B
TOML
15 lines
402 B
TOML
[package]
|
|
name = "grapherity"
|
|
version = "0.2.2"
|
|
authors = ["Stefan Müller"]
|
|
edition = "2024"
|
|
rust-version = "1.85.0"
|
|
description = "Graph models and algorithms"
|
|
repository = "https://git.aksdb.de/warrence/grapherity"
|
|
license = "MIT OR Apache-2.0"
|
|
keywords = ["graph", "graph-algorithms"]
|
|
categories = ["algorithms", "data-structures", "mathematics"]
|
|
|
|
[dependencies]
|
|
typed-generational-arena = "0.2.9"
|