BwInf37-Runde2-Aufgabe1/Cargo.toml

12 lines
309 B
TOML
Raw Normal View History

2019-01-17 17:37:39 +00:00
[package]
name = "Aufgabe1"
version = "0.1.0"
authors = ["arne"]
edition = "2018"
[dependencies]
geo = { path = "/home/arne/Documents/Code/Github/geo/geo" }
svg = "0.5.11"
pathfinding = { path = "/home/arne/Documents/Code/Github/pathfinding" }
decorum = { path = "/home/arne/Documents/Code/Github/decorum" }