BwInf37-Runde2-Aufgabe1/Cargo.toml
arnekeller 6a29ec6223 .
2019-02-09 16:18:58 +01:00

15 lines
262 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
[dependencies]
geo = { git = "https://github.com/georust/geo" }
svg = "0.5.11"
chrono = "0.4.6"