templates/rust/Cargo.toml

10 lines
244 B
TOML
Raw Normal View History

2024-05-06 20:00:10 +00:00
# placeholder for the real Cargo.toml,
# so that evaluating the flake does not fail due to missing files,
# before using `cargo init` to create the 'real' files
[package]
name = "bin"
version = "0.1.0"
[profile.release]
overflow-checks = true