From 774fc54355abe70a1ba045ade99649ba0e98c930 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sun, 21 Jul 2024 16:17:26 +1000 Subject: start adding rust bindgen --- bindgen/rust/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 bindgen/rust/Cargo.toml (limited to 'bindgen/rust/Cargo.toml') diff --git a/bindgen/rust/Cargo.toml b/bindgen/rust/Cargo.toml new file mode 100644 index 0000000..879e669 --- /dev/null +++ b/bindgen/rust/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "celeritas" +version = "0.1.0" +edition = "2021" + +[dependencies] + +[build-dependencies] +bindgen = "0.69.4" -- cgit v1.2.3-70-g09d2