2019-01-17 17:37:39 +00:00
|
|
|
[package]
|
|
|
|
name = "Aufgabe1"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["arne"]
|
|
|
|
edition = "2018"
|
|
|
|
|
2019-01-30 14:38:04 +00:00
|
|
|
[profile.release]
|
|
|
|
codegen-units = 1
|
2019-01-30 21:10:37 +00:00
|
|
|
opt-level = 3
|
2019-01-30 14:38:04 +00:00
|
|
|
|
2019-01-17 17:37:39 +00:00
|
|
|
[dependencies]
|
|
|
|
geo = { path = "/home/arne/Documents/Code/Github/geo/geo" }
|
|
|
|
svg = "0.5.11"
|
|
|
|
decorum = { path = "/home/arne/Documents/Code/Github/decorum" }
|
2019-01-30 14:38:04 +00:00
|
|
|
chrono = "0.4.6"
|