18 lines
315 B
TOML
18 lines
315 B
TOML
[package]
|
|
name = "aufgabe2"
|
|
version = "0.1.0"
|
|
authors = ["Arne Keller <arne.keller01@yahoo.de>"]
|
|
edition = "2018"
|
|
|
|
[profile.release]
|
|
codegen-units = 1
|
|
opt-level = 3
|
|
panic = "abort"
|
|
lto = "fat"
|
|
incremental = false
|
|
|
|
[dependencies]
|
|
geo = { git = "https://github.com/FliegendeWurst/geo" }
|
|
svg = "0.5.12"
|
|
rand = "0.6.5"
|