learn-rust-the-dangerous-way/Cargo.toml

15 lines
287 B
INI
Raw Normal View History

2020-01-10 09:26:29 -05:00
[package]
2020-01-13 16:20:12 -05:00
name = "nbody"
2020-01-10 09:26:29 -05:00
version = "0.1.0"
2020-01-13 16:20:12 -05:00
authors = ["Timothy Warren <tim@timshomepage.net>"]
2020-01-10 09:26:29 -05:00
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-01-13 16:20:12 -05:00
[profile.release]
opt-level = 3
codegen-units = 1
debug = 2