refactor!: rust flake template

This commit is contained in:
Moritz Böhme 2025-06-12 11:12:01 +02:00
parent 63e029286d
commit 6a45c8c099
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
3 changed files with 73 additions and 60 deletions

10
templates/rust/Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
# This line needs to come before anything else in Cargo.toml
cargo-features = ["codegen-backend"]
[package]
name = "example"
version = "0.1.0"
edition = "2024"
[profile.dev]
codegen-backend = "cranelift"