graphprogram_rust/Cargo.toml
2023-06-02 14:59:36 +02:00

21 lines
392 B
TOML

[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]
csv = "1.2.2"
fastrand = "1.9.0"
[profile.dev]
opt-level = 3
debug = false
overflow-checks = false
lto = "thin"
panic = "unwind"
incremental = true
debug-assertions = false
codegen-units = 64
rpath = false