chore: update metadata and doc

- update cargo metadata for future submit
- update document
This commit is contained in:
2026-08-01 18:59:51 +08:00
parent 7834741d90
commit 003db65f9c
4 changed files with 29 additions and 4 deletions
+8 -1
View File
@@ -1,7 +1,14 @@
[package]
name = "sarasacw-omrf"
version = "0.1.0"
version = "1.0.0"
edition = "2024"
rust-version = "1.85"
description = "The facilities for Rust, specifically designed for the SarasaCW OMRF project, to support C-friendly FFI."
license = "MIT"
repository = "https://github.com/SarasasChipWorkshop/sarasacw-omrf"
readme = "README.md"
keywords = ["ffi", "c", "interop"]
categories = ["api-bindings", "development-tools::ffi"]
[dependencies]
thiserror = "2.0.12"