added desc

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