BwInf37-Runde2-Aufgabe2/Cargo.toml

16 lines
283 B
TOML
Raw Normal View History

2019-02-05 21:29:23 +00:00
[package]
name = "aufgabe2"
version = "0.1.0"
authors = ["Arne Keller <arne.keller01@yahoo.de>"]
edition = "2018"
2019-04-27 15:33:54 +00:00
[profile.release]
codegen-units = 1
opt-level = 3
panic = "abort"
2019-02-05 21:29:23 +00:00
[dependencies]
geo = { git = "https://github.com/FliegendeWurst/geo" }
2019-02-05 21:29:23 +00:00
svg = "0.5.12"
2019-04-25 19:56:39 +00:00
rand = "0.6.5"