From fa49e0bf71ccd4bc98df0fa83546250c1b849e2e Mon Sep 17 00:00:00 2001 From: stuebinm Date: Sun, 11 Apr 2021 03:37:32 +0200 Subject: simple ffi with rust and haskell so far, only calling rust from haskell, not the other way round. --- rusty-haskell/rust/Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 rusty-haskell/rust/Cargo.toml (limited to 'rusty-haskell/rust/Cargo.toml') diff --git a/rusty-haskell/rust/Cargo.toml b/rusty-haskell/rust/Cargo.toml new file mode 100644 index 0000000..0bef17d --- /dev/null +++ b/rusty-haskell/rust/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "rustlib" +version = "0.1.0" +authors = ["stuebinm "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[lib] +name = "rustlib" +crate-type = ["staticlib"] + +[dependencies] -- cgit v1.2.3