graphprogram_rust/Cargo.toml

21 lines
392 B
TOML
Raw Normal View History

2023-05-30 19:13:41 +02:00
[package]
name = "graphprogram_rust"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[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
rpath = false