17 lines
322 B
TOML
17 lines
322 B
TOML
[package]
|
|
name = "maxflow-rs"
|
|
version = "0.1.0"
|
|
authors = ["Sebastian Schnorbus <sebastian.schnorbus@stud.tu-darmstadt.de>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ecolor = "0.31.1"
|
|
eframe = "0.30"
|
|
egui = "0.30"
|
|
egui_graphs = "0.23.0"
|
|
enum_dispatch = "0.3.13"
|
|
geo = "0.29.3"
|
|
itertools = "0.14.0"
|
|
petgraph = "0.6"
|
|
rand = "0.8.5"
|