diff options
| author | Fuwn <[email protected]> | 2022-01-25 23:04:22 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-25 23:04:22 -0800 |
| commit | 6699cbaa1c16b464bcfc1963143ebc945154b671 (patch) | |
| tree | b6f83ca4f13a14e3539754d8428c76cab86beb5d /Cargo.toml | |
| download | rawaccel-sys-main.tar.xz rawaccel-sys-main.zip | |
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..bc3caf6 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,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" |