lib

Core libraries for Radroots
git clone https://radroots.dev/git/lib.git
Log | Files | Refs | README | LICENSE

commit 70cce30d720b914e715daa052008a8951da4457b
parent 3fc747450e3381a1d577d5eac72c397c4dd600e8
Author: triesap <tyson@radroots.org>
Date:   Sun, 24 May 2026 02:44:13 +0000

runtime-paths: enable serde std

Diffstat:
Mcrates/runtime_paths/Cargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crates/runtime_paths/Cargo.toml b/crates/runtime_paths/Cargo.toml @@ -13,5 +13,5 @@ documentation = "https://docs.rs/radroots_runtime_paths" readme = "README" [dependencies] -serde = { workspace = true, features = ["derive"] } +serde = { workspace = true, features = ["derive", "std"] } thiserror = { workspace = true }