1
0

feat: add rust binding framework

This commit is contained in:
2026-02-05 17:18:48 +08:00
parent 6d41e593bc
commit 8bc0792f1e
9 changed files with 127 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "bmap-sys"
version = "0.4.0"
authors = ["yyc12345"]
edition = "2024"
description = "The Rust binding to BMap."
license = "SPDX:MIT"
[dependencies]