rfactor_sm_reader/Cargo.toml
hodasemi b53dbb1dda
All checks were successful
Gavania Merge Build / build (pull_request) Successful in 23m11s
Update Rust crate bindgen to 0.70.0
2024-08-19 20:13:36 +02:00

13 lines
262 B
TOML

[package]
name = "rfactor_sm_reader"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
memmap2 = "0.9.4"
anyhow = "1.0.86"
[build-dependencies]
bindgen = "0.70.0"