Skip to content

Commit

Permalink
Update cargo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanshade committed May 6, 2024
1 parent 99f4aeb commit e2235d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ authors = ["silvanshade <[email protected]>"]
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/silvanshade/moveref"
documentation = "https://silvanshade.github.io/moveref/moveref"
description = "Types and traits for C++ style placement initialization and move semantics"
description = "Types and traits for safe C++ style placement initialization and move semantics"
categories = ["api-bindings", "compilers", "external-ffi-bindings", "memory-management", "no-std", "rust-patterns"]
keywords = ["C++", "allocation", "ffi", "memory", "references"]
categories = ["memory-management", "rust-patterns"]

[features]
alloc = []
Expand Down

0 comments on commit e2235d0

Please sign in to comment.