Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "sh2"
version = "0.1.1"
edition = "2021"
license = "MIT"
description = "bindings for sh2"
build = "build.rs"

[build-dependencies]
bindgen = "0.71.0"
cc = "1.1.13"