summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-01-25 23:04:22 -0800
committerFuwn <[email protected]>2022-01-25 23:04:22 -0800
commit6699cbaa1c16b464bcfc1963143ebc945154b671 (patch)
treeb6f83ca4f13a14e3539754d8428c76cab86beb5d /Cargo.toml
downloadrawaccel-sys-main.tar.xz
rawaccel-sys-main.zip
feat: :star:HEADmain
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml16
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"