22 lines
407 B
TOML
22 lines
407 B
TOML
[package]
|
|
name = "bachelorarbeit"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
gauss-quad = "0.1.8"
|
|
num = "0.4.2"
|
|
egui = "0.27.2"
|
|
egui_extras = "0.27.2"
|
|
eframe = "0.27.2"
|
|
egui_plot = "0.27.2"
|
|
indicatif = "0.17.8"
|
|
nohash-hasher = "0.2.0"
|
|
|
|
|
|
[profile.release]
|
|
debug = true
|
|
# lto = "fat"
|
|
# codegen-units = 1 |