Files
sarasacw-omrf/omrf/Cargo.toml
T

17 lines
508 B
TOML
Raw Normal View History

2026-07-29 14:30:43 +08:00
[package]
name = "sarasacw-omrf"
2026-08-01 18:59:51 +08:00
version = "1.0.0"
2026-08-06 14:07:45 +08:00
authors = ["yyc12345 <yyc12321@outlook.com>"]
2026-07-29 14:30:43 +08:00
edition = "2024"
2026-08-01 18:59:51 +08:00
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"]
2026-07-29 14:30:43 +08:00
[dependencies]
2026-07-29 15:22:16 +08:00
thiserror = "2.0.12"
2026-08-01 17:25:38 +08:00
dashmap = "6.2.1"