summaryrefslogtreecommitdiff
path: root/bindgen/rust/Cargo.toml
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-07-21 16:17:26 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-07-21 16:18:15 +1000
commit774fc54355abe70a1ba045ade99649ba0e98c930 (patch)
treee8c4f07b18d9b716446347797e3bc59c2d66bec2 /bindgen/rust/Cargo.toml
parent47465948f2a5a85d0882ff116fce095f401d69c1 (diff)
start adding rust bindgen
Diffstat (limited to 'bindgen/rust/Cargo.toml')
-rw-r--r--bindgen/rust/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
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"