fix cargo description

This commit is contained in:
neuecc 2023-03-07 05:13:59 +09:00
parent f291ee03c6
commit a0fbff56aa

View File

@ -6,7 +6,7 @@ authors = [
"Yoshifumi Kawai <ils@neue.cc>", "Yoshifumi Kawai <ils@neue.cc>",
"Cysharp, Inc." "Cysharp, Inc."
] ]
description = "Generate C# FFI from Rust for brings C native library to .NET and Unity easily." description = "Generate C# FFI from Rust for automatically brings native code and C native library to .NET and Unity."
keywords = ["bindings", "ffi", "code-generation", "csharp"] keywords = ["bindings", "ffi", "code-generation", "csharp"]
categories = ["external-ffi-bindings", "development-tools::ffi"] categories = ["external-ffi-bindings", "development-tools::ffi"]
license = "MIT" license = "MIT"