fix: add lost author field for cargo toml

This commit is contained in:
2026-08-06 14:07:45 +08:00
parent f9333c72be
commit d769af9efe
+1
View File
@@ -1,6 +1,7 @@
[package]
name = "sarasacw-omrf"
version = "1.0.0"
authors = ["yyc12345 <yyc12321@outlook.com>"]
edition = "2024"
rust-version = "1.85"
description = "The facilities for Rust, specifically designed for the SarasaCW OMRF project, to support C-friendly FFI."