added desc

Changed files
+1
lifetime-guard
+1
lifetime-guard/Cargo.toml
··· 1 1 [package] 2 2 name = "lifetime-guard" 3 + description = "create weak/strong reference pairs to interior mutable data on the stack" 3 4 keywords = [ "weak_ptr", "value_guard", "no_std" ] 4 5 categories = [ "data-structures", "no-std::no-alloc" ] 5 6 version.workspace = true