graphprogram_rust/Cargo.toml

21 lines
308 B
TOML
Raw Permalink Normal View History

2023-05-30 19:13:41 +02:00
[package]
name = "graphprogram_rust"
version = "0.1.0"
edition = "2021"
[dependencies]
2023-06-01 10:39:03 +02:00
csv = "1.2.2"
2023-05-30 19:13:41 +02:00
fastrand = "1.9.0"
2023-06-02 14:59:36 +02:00
[profile.dev]
opt-level = 3
debug = false
overflow-checks = false
lto = "thin"
panic = "unwind"
incremental = true
debug-assertions = false
codegen-units = 64
2023-06-07 22:32:41 +02:00
rpath = false
strip = true