feat: add rust binding framework
This commit is contained in:
11
Assets/BMapBindings/rusty-bmap/bmap/Cargo.toml
Normal file
11
Assets/BMapBindings/rusty-bmap/bmap/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "bmap"
|
||||
version = "0.4.0"
|
||||
authors = ["yyc12345"]
|
||||
edition = "2024"
|
||||
description = "The wrapper for Rust binding to BMap."
|
||||
license = "SPDX:MIT"
|
||||
|
||||
[dependencies]
|
||||
thiserror = { workspace = true }
|
||||
bmap-sys = { path="../bmap-sys" }
|
||||
Reference in New Issue
Block a user