From 6699cbaa1c16b464bcfc1963143ebc945154b671 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 25 Jan 2022 23:04:22 -0800 Subject: feat: :star: --- Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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 ", "a1xd <68629610+a1xd@users.noreply.github.com>"] +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" -- cgit v1.2.3