BwInf37-Runde2-Aufgabe1/Cargo.toml

20 lines
403 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"
[dependencies]
geo = { path = "/home/arne/Documents/Code/Github/geo/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"