BwInf37-Runde2-Aufgabe1/Cargo.toml
2019-04-09 21:55:08 +02:00

26 lines
509 B
TOML

[package]
name = "aufgabe1"
version = "0.1.0"
authors = ["Arne Keller <arne.keller01@yahoo.de>"]
edition = "2018"
[profile.release]
codegen-units = 1
opt-level = 3
panic = "abort"
debug = true
lto = "fat"
incremental = false
[dependencies]
geo = { git = "https://github.com/FliegendeWurst/geo" }
svg = "0.5.11"
chrono = "0.4.6"
structopt = { version = "0.2", default-features = false }
svgdom = "0.16.1"
rstar = "0.2.0"
lazy_static = "1.3.0"
hashbrown = "0.1.8"
pathfinding = "1.1.12"
parking_lot = "0.7.1"