BwInf37-Runde2-Aufgabe1/Cargo.toml
2019-01-30 22:10:37 +01:00

16 lines
305 B
TOML

[package]
name = "Aufgabe1"
version = "0.1.0"
authors = ["arne"]
edition = "2018"
[profile.release]
codegen-units = 1
opt-level = 3
[dependencies]
geo = { path = "/home/arne/Documents/Code/Github/geo/geo" }
svg = "0.5.11"
decorum = { path = "/home/arne/Documents/Code/Github/decorum" }
chrono = "0.4.6"