add Haskell to Rust example
This commit is contained in:
8
haskell-to-rust/Cargo.toml
Normal file
8
haskell-to-rust/Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "haskell-to-rust"
|
||||
version = "0.1.0"
|
||||
authors = ["Bill Murphy <billpmurphy92@gmail.com>"]
|
||||
|
||||
[lib]
|
||||
name = "double_input"
|
||||
crate-type = ["dylib"]
|
||||
Reference in New Issue
Block a user