rfactor_sm_reader/Cargo.toml
RenovateBot 2a59415b11
Some checks failed
Gavania Merge Build / build (pull_request) Failing after 3m3s
Update Rust crate anyhow to 1.0.75
2023-08-20 02:04:12 +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.7.1"
anyhow = "1.0.75"
[build-dependencies]
bindgen = "0.66.1"