1
0
Files

15 lines
226 B
TOML
Raw Permalink Normal View History

2026-02-05 17:18:48 +08:00
[package]
2026-02-15 11:41:23 +08:00
name = "bmap-rs"
2026-02-05 17:18:48 +08:00
version = "0.4.0"
authors = ["yyc12345"]
edition = "2024"
description = "The Rust binding to BMap."
license = "SPDX:MIT"
[dependencies]
2026-02-15 11:41:23 +08:00
thiserror = "2.0.12"
2026-02-25 09:51:18 +08:00
[dev-dependencies]
tempfile = "3.26.0"