BwInf37-Runde2-Aufgabe1/Cargo.toml
2019-04-02 17:51:26 +02:00

22 lines
432 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
[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"