Skip to content

Commit be70017

Browse files
committed
chore: Improve crate keywords
1 parent 2ba0cd5 commit be70017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.4.0"
44
description = "Generic functions to work with opaque pointers when use FFI to expose Rust structs"
55
authors = ["Jesus Hernandez <jesushdez@protonmail.com>"]
66
license = "Unlicense"
7-
keywords = ["pointer", "opaque", "pointers", "cbindgen"]
7+
keywords = ["pointer", "opaque", "pointers", "cbindgen", "ffi"]
88
categories = ["development-tools::ffi", "no-std"]
99
edition = "2018"
1010
readme = "README.md"

0 commit comments

Comments
 (0)