Added [[bin]] section to Cargo.toml with test and bench set to false to prevent duplicate definition of lang item

This commit is contained in:
John Davies
2025-05-02 00:35:50 +07:00
parent 430e2143f8
commit c551fec1ce

View File

@@ -11,3 +11,8 @@ panic = "abort"
[profile.release] [profile.release]
panic = "abort" panic = "abort"
[[bin]]
name = "blog_os"
test = false
bench = false