summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: bc3caf6b4837d904c51455f92aab691afb30c75c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rawaccel-sys"
version = "0.1.0"
authors = ["Fuwn <[email protected]>", "a1xd <[email protected]>"]
edition = "2021"
description = "⚙ Experimental bindings to the Raw Accel common library"
homepage = "https://github.com/LibreAccel/rawaccel-sys"
repository = "https://github.com/LibreAccel/rawaccel-sys"
license = "MIT"
publish = false

[build-dependencies]
cxx-build = "1.0.63"

[dependencies]
cxx = "1.0.63"