BwInf37-Runde2-Aufgabe1/Cargo.toml

15 lines
291 B
TOML
Raw Normal View History

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-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"