feat: no_std environments
This commit is contained in:
+3
-2
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "boilerext"
|
||||
description = "Rlib with useful boilerplate extension traits for QoL"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
repository = "https://git.javalsai.tuxcord.net/rust/boilerext"
|
||||
@@ -9,7 +9,8 @@ keywords = ["ext", "trait", "extension-trait"]
|
||||
categories = ["rust-patterns"]
|
||||
|
||||
[features]
|
||||
default = []
|
||||
default = ["std"]
|
||||
std = []
|
||||
|
||||
[lints.clippy]
|
||||
cargo = { level = "warn", priority = -1 }
|
||||
|
||||
Reference in New Issue
Block a user