1
0
Files
libcmo21/Assets/BMapBindings/rusty-bmap/bmap/Cargo.toml

12 lines
240 B
TOML
Raw Normal View History

2026-02-05 17:18:48 +08:00
[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" }