diff options
Diffstat (limited to 'bindgen/rust/celeritas-sys/Cargo.toml')
-rw-r--r-- | bindgen/rust/celeritas-sys/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bindgen/rust/celeritas-sys/Cargo.toml b/bindgen/rust/celeritas-sys/Cargo.toml new file mode 100644 index 0000000..6755fb2 --- /dev/null +++ b/bindgen/rust/celeritas-sys/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "celeritas-sys" +version = "0.1.0" +edition = "2021" + +[dependencies] + +[build-dependencies] +bindgen = "0.69.4" |