diff options
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" |