diff options
author | Jacopo Mondi <jacopo.mondi@ideasonboard.com> | 2025-02-21 18:18:37 +0100 |
---|---|---|
committer | Jacopo Mondi <jacopo.mondi@ideasonboard.com> | 2025-02-21 18:18:37 +0100 |
commit | 9133448dd9c3237ec8e3697e844adc14fda99212 (patch) | |
tree | 8149f1a47df8c51a1cc2c29f4301e4994e0b95db /src/rust/Cargo.toml | |
parent | c05950646ac5e4f9ec128b5535d8266451c69073 (diff) |
And here we are, this is rustjmondi/c-abi
Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Diffstat (limited to 'src/rust/Cargo.toml')
-rw-r--r-- | src/rust/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/rust/Cargo.toml b/src/rust/Cargo.toml new file mode 100644 index 00000000..e45d616f --- /dev/null +++ b/src/rust/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "rust" +version = "0.1.0" +edition = "2021" + +[build-dependencies] +bindgen = "*"
\ No newline at end of file |