[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" }