forked from auxolotl/templates
10 lines
244 B
TOML
10 lines
244 B
TOML
# 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
|