mirror of
https://github.com/Noratrieb/benchmarks.git
synced 2026-01-14 18:55:02 +01:00
15 lines
No EOL
287 B
TOML
15 lines
No EOL
287 B
TOML
[package]
|
|
name = "rust-primes"
|
|
version = "0.1.0"
|
|
authors = ["Nilstrieb <nilstrieb@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
|
|
[profile.dev]
|
|
opt-level = 3
|
|
|
|
[profile.release]
|
|
opt-level = 3 |