use cargo instead of rustc

This commit is contained in:
Quinn
2025-04-08 17:28:03 +02:00
committed by Quinn
parent 663c2f5991
commit 85bb26a08c
2 changed files with 25 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "dummy"
version = "0.1.0"
edition = "2021"
name = "mcaselector-lite"
version = "0.0.1"
edition = "2024"
[lib]
crate-type = ["staticlib"]
@@ -11,5 +11,3 @@ panic = "abort"
[profile.release]
panic = "abort"
[dependencies]