refactor!: rust flake template
This commit is contained in:
parent
63e029286d
commit
6a45c8c099
3 changed files with 73 additions and 60 deletions
10
templates/rust/Cargo.toml
Normal file
10
templates/rust/Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue