15 lines
226 B
TOML
15 lines
226 B
TOML
[package]
|
|
name = "bmap-rs"
|
|
version = "0.4.0"
|
|
authors = ["yyc12345"]
|
|
edition = "2024"
|
|
description = "The Rust binding to BMap."
|
|
license = "SPDX:MIT"
|
|
|
|
[dependencies]
|
|
thiserror = "2.0.12"
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.26.0"
|
|
|