17 lines
508 B
TOML
17 lines
508 B
TOML
[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."
|
|
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"
|
|
dashmap = "6.2.1"
|